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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c3050 MSG_SCSI_IO_REPLY *scsi_io_reply; local
3061 scsi_io_reply = (MSG_SCSI_IO_REPLY *)reply_frame;
3062 ioc_status = le16toh(scsi_io_reply->IOCStatus);
3064 sstate = scsi_io_reply->SCSIState;
3068 ccb->csio.dxfer_len - le32toh(scsi_io_reply->TransferCount);
3076 sense_returned = le32toh(scsi_io_reply->SenseCount);
3108 if (scsi_io_reply->TransferCount == 0) {
3121 } else if (scsi_io_reply->SCSIStatus != SCSI_STATUS_OK) {
3122 ccb->csio.scsi_status = scsi_io_reply->SCSIStatus;

Completed in 76 milliseconds