1. NAME

lan_reply - Handle all data sent from the hardware.

2. SYNOPSIS

int lan_reply(MPT_ADAPTER *  ioc , MPT_FRAME_HDR *  mf , MPT_FRAME_HDR *  reply );

3. ARGUMENTS

ioc
    Pointer to MPT_ADAPTER structure

mf
    Pointer to original MPT request frame (NULL if TurboReply)

reply
    Pointer to MPT reply frame

4. DESCRIPTION

Returns 1 indicating original allocAqd request frame ptr should be freed, or 0 if it shouldnAqt.

5. COPYRIGHT