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

/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_raid.h233 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSI_IO_RAID_PT_REPLY
H A Dmpi_init.h189 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSI_IO_REPLY
416 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSIIO32_IO_REPLY
H A Dmpi_sas.h229 U32 TransferCount; /* 2Ch */ member in struct:_MSG_SATA_PASSTHROUGH_REPLY
H A Dmpi_targ.h388 U32 TransferCount; /* 18h */ member in struct:_MSG_TARGET_ERROR_REPLY
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_sas.h251 U32 TransferCount; /* 0x2C */ member in struct:_MPI2_SATA_PASSTHROUGH_REPLY
H A Dmpi2_init.h399 U32 TransferCount; /* 0x14 */ member in struct:_MPI2_SCSI_IO_REPLY
H A Dmpi2_targ.h535 U32 TransferCount; /* 0x18 */ member in struct:_MPI2_TARGET_STANDARD_REPLY
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_sas.h229 U32 TransferCount; /* 0x2C */ member in struct:_MPI2_SATA_PASSTHROUGH_REPLY
H A Dmpi2_init.h259 U32 TransferCount; /* 0x14 */ member in struct:_MPI2_SCSI_IO_REPLY
H A Dmpi2_targ.h409 U32 TransferCount; /* 0x18 */ member in struct:_MPI2_TARGET_STANDARD_REPLY
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_debug.c428 printf("\tTransferCnt 0x%04x\n", msg->TransferCount);
H A Dmpt_cam.c3043 ccb->csio.dxfer_len - le32toh(scsi_io_reply->TransferCount);
3083 if (scsi_io_reply->TransferCount == 0) {
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c2447 rep->SCSIState, le32toh(rep->TransferCount));
2459 le32toh(rep->TransferCount));
2565 le32toh(rep->TransferCount));
2569 csio->resid = cm->cm_length - le32toh(rep->TransferCount);
2763 le32toh(rep->TransferCount));
2780 le32toh(rep->TransferCount));
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c2026 le32toh(rep->TransferCount));
2038 le32toh(rep->TransferCount));
2130 le32toh(rep->TransferCount));
2148 csio->resid = cm->cm_length - le32toh(rep->TransferCount);
2345 le32toh(rep->TransferCount));
2362 le32toh(rep->TransferCount));

Completed in 378 milliseconds