Searched refs:WaitForDoorbellInt (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 205 static int WaitForDoorbellInt(MPT_ADAPTER *ioc, int howlong, int sleepFlag); 1058 if ((ii = WaitForDoorbellInt(iocp, 5, sleepFlag)) < 0) { in mpt_send_handshake_request() 1091 if (r >= 0 && WaitForDoorbellInt(iocp, 10, sleepFlag) >= 0) in mpt_send_handshake_request() 3607 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() 3737 WaitForDoorbellInt(MPT_ADAPTER *ioc, int howlong, int sleepFlag) in WaitForDoorbellInt() function 3803 if ((t = WaitForDoorbellInt(ioc, howlong, sleepFlag)) < 0) { in WaitForDoorbellReply() 3808 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply() 3825 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply() 3834 if (!failcnt && (t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply()
|