Initialize ioc request and reply fifos.
int PrimeIocFifos(MPT_ADAPTER * ioc);
ioc
Pointer to MPT_ADAPTER structure
This routine allocates memory for the MPT reply and request frame pools (if necessary), and primes the IOC reply FIFO with reply frames.
Returns 0 for success, non-zero for failure.