1MPT_PUT_MSG_FRAME(9) Message-based devices MPT_PUT_MSG_FRAME(9)
2
3
4
6 mpt_put_msg_frame - Send a protocol-specific MPT request frame to an
7 IOC
8
10 void mpt_put_msg_frame(u8 cb_idx, MPT_ADAPTER * ioc,
11 MPT_FRAME_HDR * mf);
12
14 cb_idx
15 Handle of registered MPT protocol driver
16
17 ioc
18 Pointer to MPT adapter structure
19
20 mf
21 Pointer to MPT request frame
22
24 This routine posts an MPT request frame to the request post FIFO of a
25 specific MPT adapter.
26
28Kernel Hackers Manual 2.6. June 2019 MPT_PUT_MSG_FRAME(9)