mpt_base_reply(9)
NAME
mpt_base_reply - MPT base driver's callback routine
SYNOPSIS
int mpt_base_reply(MPT_ADAPTER * ioc, MPT_FRAME_HDR * mf,
MPT_FRAME_HDR * reply);
ARGUMENTS
- ioc
- Pointer to MPT_ADAPTER structure
- mf
- Pointer to original MPT request frame
- reply
- Pointer to MPT reply frame (NULL if TurboReply)
DESCRIPTION
MPT base driverīs callback routine; all base driver "internal"
request/reply processing is routed here. Currently used for
EventNotification and EventAck handling.
Returns 1 indicating original allocīd request frame ptr should be
freed, or 0 if it shouldnīt.