Handle all data sent from the hardware.
int lan_reply(MPT_ADAPTER * ioc, MPT_FRAME_HDR * mf, MPT_FRAME_HDR * reply);
ioc
Pointer to MPT_ADAPTER structure
mf
Pointer to original MPT request frame (NULL if TurboReply)
reply
Pointer to MPT reply frame
Returns 1 indicating original alloc'd request frame ptr should be freed, or 0 if it shouldn't.