table of contents
MPT_ALLOC_FW_MEMORY(9) | Message-based devices | MPT_ALLOC_FW_MEMORY(9) |
NAME¶
mpt_alloc_fw_memory - allocate firmware memory
SYNOPSIS¶
int mpt_alloc_fw_memory(MPT_ADAPTER * ioc, int size);
ARGUMENTS¶
ioc
Pointer to MPT_ADAPTER structure
size
total FW bytes
DESCRIPTION¶
If memory has already been allocated, the same (cached) value is returned.
Return 0 if successfull, or non-zero for failure
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |