Home
last modified time | relevance | path

Searched refs:sector_count_ext (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_all.c8643 cdb->sector_count_ext = (sector_count >> 8) & 0xff; in scsi_ata_pass()
8714 ata_cmd->sector_count_ext = sector_count >> 8; in scsi_ata_pass_16()
H A Dscsi_all.h2046 uint8_t sector_count_ext; member