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

/linux-master/drivers/message/fusion/
H A Dmptbase.c4653 MPIDefaultReply_t *mptReply; local
4661 mptReply = (MPIDefaultReply_t *) ioc->hs_reply;
4662 mptReply->MsgLength = 0;
4733 for (ii=0; ii < min(replyBytes/2,mptReply->MsgLength*2); ii++)
4862 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; local
4892 for (u16cnt=2; !failcnt && u16cnt < (2 * mptReply->MsgLength); u16cnt++) {
4912 else if (u16cnt != (2 * mptReply->MsgLength)) {
4915 else if ((mptReply->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
4921 DBG_DUMP_REPLY_FRAME(ioc, (u32 *)mptReply);

Completed in 132 milliseconds