Searched refs:reqBytes (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/message/fusion/ |
| D | mptbase.h | 930 extern int mpt_send_handshake_request(u8 cb_idx, MPT_ADAPTER *ioc, int reqBytes, u32 *req, int sle…
|
| D | mptbase.c | 162 static int mpt_handshake_req_reply_wait(MPT_ADAPTER *ioc, int reqBytes, 1183 mpt_send_handshake_request(u8 cb_idx, MPT_ADAPTER *ioc, int reqBytes, u32 *req, int sleepFlag) in mpt_send_handshake_request() argument 1200 if (reqBytes >= 12 && ii >= 0 && ii < ioc->req_depth) { in mpt_send_handshake_request() 1211 ((reqBytes/4)<<MPI_DOORBELL_ADD_DWORDS_SHIFT))); in mpt_send_handshake_request() 1233 for (ii = 0; ii < reqBytes/4; ii++) { in mpt_send_handshake_request() 4657 mpt_handshake_req_reply_wait(MPT_ADAPTER *ioc, int reqBytes, u32 *req, in mpt_handshake_req_reply_wait() argument 4679 ((reqBytes/4)<<MPI_DOORBELL_ADD_DWORDS_SHIFT))); in mpt_handshake_req_reply_wait() 4688 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait() 4711 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()
|