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

/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_raid.h241 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSI_IO_RAID_PT_REPLY
H A Dmpi_init.h192 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSI_IO_REPLY
423 U32 TransferCount; /* 14h */ member in struct:_MSG_SCSIIO32_IO_REPLY
H A Dmpi_sas.h236 U32 TransferCount; /* 2Ch */ member in struct:_MSG_SATA_PASSTHROUGH_REPLY
H A Dmpi_targ.h399 U32 TransferCount; /* 18h */ member in struct:_MSG_TARGET_ERROR_REPLY
/freebsd-12-stable/sys/dev/mpr/mpi/
H A Dmpi2_sas.h257 U32 TransferCount; /* 0x2C */ member in struct:_MPI2_SATA_PASSTHROUGH_REPLY
H A Dmpi2_init.h401 U32 TransferCount; /* 0x14 */ member in struct:_MPI2_SCSI_IO_REPLY
H A Dmpi2_targ.h544 U32 TransferCount; /* 0x18 */ member in struct:_MPI2_TARGET_STANDARD_REPLY
/freebsd-12-stable/sys/dev/mps/mpi/
H A Dmpi2_sas.h234 U32 TransferCount; /* 0x2C */ member in struct:_MPI2_SATA_PASSTHROUGH_REPLY
H A Dmpi2_init.h260 U32 TransferCount; /* 0x14 */ member in struct:_MPI2_SCSI_IO_REPLY
H A Dmpi2_targ.h417 U32 TransferCount; /* 0x18 */ member in struct:_MPI2_TARGET_STANDARD_REPLY
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_debug.c428 printf("\tTransferCnt 0x%04x\n", msg->TransferCount);
H A Dmpt_cam.c3050 ccb->csio.dxfer_len - le32toh(scsi_io_reply->TransferCount);
3090 if (scsi_io_reply->TransferCount == 0) {
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.c2546 rep->SCSIState, le32toh(rep->TransferCount));
2558 le32toh(rep->TransferCount));
2671 le32toh(rep->TransferCount));
2675 csio->resid = cm->cm_length - le32toh(rep->TransferCount);
2869 le32toh(rep->TransferCount));
2886 le32toh(rep->TransferCount));
/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.c2059 le32toh(rep->TransferCount));
2071 le32toh(rep->TransferCount));
2163 le32toh(rep->TransferCount));
2181 csio->resid = cm->cm_length - le32toh(rep->TransferCount);
2378 le32toh(rep->TransferCount));
2395 le32toh(rep->TransferCount));

Completed in 223 milliseconds