1MPT_ALLOC_FW_MEMORY(9) Message-based devices MPT_ALLOC_FW_MEMORY(9)
23
4
NAME
6mpt_alloc_fw_memory - allocate firmware memory
7
SYNOPSIS
9int mpt_alloc_fw_memory(MPT_ADAPTER * ioc, int size);
10
ARGUMENTS
12ioc
13Pointer to MPT_ADAPTER structure
1415
size
16total FW bytes
17
DESCRIPTION
19If memory has already been allocated, the same (cached) value is
20returned.
2122
Return 0 if successfull, or non-zero for failure
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 MPT_ALLOC_FW_MEMORY(9)