1. NAME

PrimeIocFifos - Initialize IOC request and reply FIFOs.

2. SYNOPSIS

int PrimeIocFifos(MPT_ADAPTER *  ioc );

3. ARGUMENTS

ioc
    Pointer to MPT_ADAPTER structure

4. DESCRIPTION

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.

5. COPYRIGHT