1. NAME

mptbase_reply - MPT base driverAqs callback routine

2. SYNOPSIS

int mptbase_reply(MPT_ADAPTER *  ioc , MPT_FRAME_HDR *  req , MPT_FRAME_HDR *  reply );

3. ARGUMENTS

ioc
    Pointer to MPT_ADAPTER structure

req
    Pointer to original MPT request frame

reply
    Pointer to MPT reply frame (NULL if TurboReply)

4. DESCRIPTION

MPT base driverAqs callback routine; all base driver « internal » request/reply processing is routed here. Currently used for EventNotification and EventAck handling.

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

5. COPYRIGHT