Home | History | Annotate | Download | only in ic

Lines Matching defs:mpt_reply

523 	MSG_SCSI_IO_REPLY *mpt_reply;
528 mpt_reply = NULL;
534 mpt_reply = MPT_REPLY_PTOV(mpt, reply);
535 if (mpt_reply != NULL) {
537 uint32_t *pReply = (uint32_t *) mpt_reply;
540 le32toh(mpt_reply->MsgContext) & 0xffff);
548 index = le32toh(mpt_reply->MsgContext);
559 if (mpt_reply != NULL)
560 mpt_ctlop(mpt, mpt_reply
622 if (mpt_reply != NULL) {
623 mpt_prt(mpt, "mpt_reply:");
624 mpt_print_reply(mpt_reply);
647 if (__predict_true(mpt_reply == NULL)) {
667 xs->status = mpt_reply->SCSIStatus;
668 switch (le16toh(mpt_reply->IOCStatus) & MPI_IOCSTATUS_MASK) {
682 xs->resid = xs->datalen - le32toh(mpt_reply->TransferCount);
683 if (mpt_reply->SCSIState &
780 le16toh(mpt_reply->IOCStatus));
785 if (mpt_reply != NULL) {
786 if (mpt_reply->SCSIState & MPI_SCSI_STATE_AUTOSENSE_VALID) {
789 } else if (mpt_reply->SCSIState &
801 if (mpt_reply != NULL && le16toh(mpt_reply->IOCStatus) &
804 mpt_ctlop(mpt, mpt_reply, reply);
808 if (mpt_reply == NULL || (mpt_reply->MsgFlags & 0x80) == 0)
812 if (mpt_reply != NULL)