1. NAME

mpt_alloc_fw_memory - allocate firmware memory

2. SYNOPSIS

int mpt_alloc_fw_memory(MPT_ADAPTER *  ioc , int  size );

3. ARGUMENTS

ioc
    Pointer to MPT_ADAPTER structure

size
    total FW bytes

4. DESCRIPTION

If memory has already been allocated, the same (cached) value is returned.

Return 0 if successful, or non-zero for failure

5. COPYRIGHT