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

/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt_cam.c3052 MSG_SCSI_IO_REPLY *scsi_io_reply; local
3063 scsi_io_reply = (MSG_SCSI_IO_REPLY *)reply_frame;
3064 ioc_status = le16toh(scsi_io_reply->IOCStatus);
3066 sstate = scsi_io_reply->SCSIState;
3070 ccb->csio.dxfer_len - le32toh(scsi_io_reply->TransferCount);
3078 sense_returned = le32toh(scsi_io_reply->SenseCount);
3110 if (scsi_io_reply->TransferCount == 0) {
3123 } else if (scsi_io_reply->SCSIStatus != SCSI_STATUS_OK) {
3124 ccb->csio.scsi_status = scsi_io_reply->SCSIStatus;

Completed in 97 milliseconds