Searched refs:mptReply (Results 1 – 1 of 1) sorted by relevance
4666 MPIDefaultReply_t *mptReply; in mpt_handshake_req_reply_wait() local4674 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()4675 mptReply->MsgLength = 0; in mpt_handshake_req_reply_wait()4746 for (ii=0; ii < min(replyBytes/2,mptReply->MsgLength*2); ii++) in mpt_handshake_req_reply_wait()4875 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply() local4905 for (u16cnt=2; !failcnt && u16cnt < (2 * mptReply->MsgLength); u16cnt++) { in WaitForDoorbellReply()4925 else if (u16cnt != (2 * mptReply->MsgLength)) { in WaitForDoorbellReply()4928 else if ((mptReply->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) { in WaitForDoorbellReply()4934 DBG_DUMP_REPLY_FRAME(ioc, (u32 *)mptReply); in WaitForDoorbellReply()