mptbase_reply(9) suse man page | unix.com

Man Page: mptbase_reply

Operating Environment: suse

Section: 9

MPTBASE_REPLY(9)					       Message-based devices						  MPTBASE_REPLY(9)

NAME
mptbase_reply - MPT base driver's callback routine
SYNOPSIS
int mptbase_reply(MPT_ADAPTER * ioc, MPT_FRAME_HDR * req, MPT_FRAME_HDR * reply);
ARGUMENTS
ioc Pointer to MPT_ADAPTER structure req 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MPTBASE_REPLY(9)
Related Man Pages
mpt(4) - debian
tran_reset_notify(9e) - sunos
mpt(4) - freebsd
tran_reset_notify(9e) - centos
tran_reset_notify(9e) - minix
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
Docker learning Phase-I