Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c4649 MPIDefaultReply_t *mptReply; in mpt_handshake_req_reply_wait() local
4657 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()
4658 mptReply->MsgLength = 0; in mpt_handshake_req_reply_wait()
4729 for (ii=0; ii < min(replyBytes/2,mptReply->MsgLength*2); ii++) in mpt_handshake_req_reply_wait()
4858 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply() local
4888 for (u16cnt=2; !failcnt && u16cnt < (2 * mptReply->MsgLength); u16cnt++) { in WaitForDoorbellReply()
4908 else if (u16cnt != (2 * mptReply->MsgLength)) { in WaitForDoorbellReply()
4911 else if ((mptReply->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) { in WaitForDoorbellReply()
4917 DBG_DUMP_REPLY_FRAME(ioc, (u32 *)mptReply); in WaitForDoorbellReply()