Lines Matching defs:reqBytes
162 static int mpt_handshake_req_reply_wait(MPT_ADAPTER *ioc, int reqBytes,
1171 * @reqBytes: Size of the request in bytes
1184 mpt_send_handshake_request(u8 cb_idx, MPT_ADAPTER *ioc, int reqBytes, u32 *req, int sleepFlag)
1201 if (reqBytes >= 12 && ii >= 0 && ii < ioc->req_depth) {
1212 ((reqBytes/4)<<MPI_DOORBELL_ADD_DWORDS_SHIFT)));
1234 for (ii = 0; ii < reqBytes/4; ii++) {
4644 * @reqBytes: Size of the request in bytes
4659 mpt_handshake_req_reply_wait(MPT_ADAPTER *ioc, int reqBytes, u32 *req,
4681 ((reqBytes/4)<<MPI_DOORBELL_ADD_DWORDS_SHIFT)));
4689 dhsprintk(ioc, printk(MYIOC_s_DEBUG_FMT "HandShake request start reqBytes=%d, WaitCnt=%d%s\n",
4690 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : ""));
4713 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) {