Searched refs:mptReply (Results 1 – 1 of 1) sorted by relevance
4660 MPIDefaultReply_t *mptReply; in mpt_handshake_req_reply_wait() local4668 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()4669 mptReply->MsgLength = 0; in mpt_handshake_req_reply_wait()4740 for (ii=0; ii < min(replyBytes/2,mptReply->MsgLength*2); ii++) in mpt_handshake_req_reply_wait()4869 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply() local4899 for (u16cnt=2; !failcnt && u16cnt < (2 * mptReply->MsgLength); u16cnt++) { in WaitForDoorbellReply()4919 else if (u16cnt != (2 * mptReply->MsgLength)) { in WaitForDoorbellReply()4922 else if ((mptReply->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) { in WaitForDoorbellReply()4928 DBG_DUMP_REPLY_FRAME(ioc, (u32 *)mptReply); in WaitForDoorbellReply()