Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/message/fusion/
Dmptbase.c4662 MPIDefaultReply_t *mptReply; in mpt_handshake_req_reply_wait() local
4670 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()
4671 mptReply->MsgLength = 0; in mpt_handshake_req_reply_wait()
4742 for (ii=0; ii < min(replyBytes/2,mptReply->MsgLength*2); ii++) in mpt_handshake_req_reply_wait()
4871 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply() local
4901 for (u16cnt=2; !failcnt && u16cnt < (2 * mptReply->MsgLength); u16cnt++) { in WaitForDoorbellReply()
4921 else if (u16cnt != (2 * mptReply->MsgLength)) { in WaitForDoorbellReply()
4924 else if ((mptReply->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) { in WaitForDoorbellReply()
4930 DBG_DUMP_REPLY_FRAME(ioc, (u32 *)mptReply); in WaitForDoorbellReply()