Home
last modified time | relevance | path

Searched refs:failcnt (Results 1 – 1 of 1) sorted by relevance

/drivers/message/fusion/
Dmptbase.c4667 int failcnt = 0; in mpt_handshake_req_reply_wait() local
4691 failcnt++; in mpt_handshake_req_reply_wait()
4694 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait()
4706 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4707 failcnt++; in mpt_handshake_req_reply_wait()
4709 if (!failcnt) { in mpt_handshake_req_reply_wait()
4717 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()
4725 failcnt++; in mpt_handshake_req_reply_wait()
4732 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()
4737 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
[all …]