1MPT_PUT_MSG_FRAME_HI(9) Message-based devices MPT_PUT_MSG_FRAME_HI(9)
2
3
4
6 mpt_put_msg_frame_hi_pri - Send a hi-pri protocol-specific MPT request
7 frame
8
10 void mpt_put_msg_frame_hi_pri(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 Send a protocol-specific MPT request frame to an IOC using hi-priority
25 request queue.
26
27 This routine posts an MPT request frame to the request post FIFO of a
28 specific MPT adapter.
29
31Kernel Hackers Manual 2.6. June 2019 MPT_PUT_MSG_FRAME_HI(9)