1LAN_REPLY(9) Message-based devices LAN_REPLY(9)
2
3
4
6 lan_reply - Handle all data sent from the hardware.
7
9 int lan_reply(MPT_ADAPTER * ioc, MPT_FRAME_HDR * mf,
10 MPT_FRAME_HDR * reply);
11
13 ioc
14 Pointer to MPT_ADAPTER structure
15
16 mf
17 Pointer to original MPT request frame (NULL if TurboReply)
18
19 reply
20 Pointer to MPT reply frame
21
23 Returns 1 indicating original alloc'd request frame ptr should be
24 freed, or 0 if it shouldn't.
25
27Kernel Hackers Manual 3.10 June 2019 LAN_REPLY(9)