Searched refs:failcnt (Results 1 – 1 of 1) sorted by relevance
3584 int failcnt = 0; in mpt_handshake_req_reply_wait() local3608 failcnt++; in mpt_handshake_req_reply_wait()3611 ioc->name, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait()3623 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()3624 failcnt++; in mpt_handshake_req_reply_wait()3626 if (!failcnt) { in mpt_handshake_req_reply_wait()3634 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()3642 failcnt++; in mpt_handshake_req_reply_wait()3649 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()3654 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()[all …]