1MPTBASE_REPLY(9)             Message-based devices            MPTBASE_REPLY(9)
2
3
4

NAME

6       mptbase_reply - MPT base driver's callback routine
7

SYNOPSIS

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

ARGUMENTS

13       ioc
14           Pointer to MPT_ADAPTER structure
15
16       req
17           Pointer to original MPT request frame
18
19       reply
20           Pointer to MPT reply frame (NULL if TurboReply)
21

DESCRIPTION

23       MPT base driver's callback routine; all base driver “internal”
24       request/reply processing is routed here. Currently used for
25       EventNotification and EventAck handling.
26
27       Returns 1 indicating original alloc'd request frame ptr should be
28       freed, or 0 if it shouldn't.
29
31Kernel Hackers Manual 3.10         June 2019                  MPTBASE_REPLY(9)
Impressum