1MPT_GET_MSG_FRAME(9) Message-based devices MPT_GET_MSG_FRAME(9)
2
3
4
6 mpt_get_msg_frame - Obtain an MPT request frame from the pool
7
9 MPT_FRAME_HDR* mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER * ioc);
10
12 cb_idx
13 Handle of registered MPT protocol driver
14
15 ioc
16 Pointer to MPT adapter structure
17
19 Obtain an MPT request frame from the pool (of 1024) that are allocated
20 per MPT adapter.
21
22 Returns pointer to a MPT request frame or NULL if none are available or
23 IOC is not active.
24
26Kernel Hackers Manual 2.6. June 2019 MPT_GET_MSG_FRAME(9)