Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h363 #define SATA_DISK_SECTOR_SIZE 512 /* HD physical sector size */ macro
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c3148 rval = SATA_DISK_SECTOR_SIZE; /* fixed size */ in sata_scsi_getcap()
6067 xfer_len *= SATA_DISK_SECTOR_SIZE; in sata_txlt_ata_pass_thru()
6076 xfer_len *= SATA_DISK_SECTOR_SIZE; in sata_txlt_ata_pass_thru()
7012 if ((bp->b_bcount % SATA_DISK_SECTOR_SIZE) != 0) in sata_txlt_write_buffer()
7014 sector_count = bp->b_bcount / SATA_DISK_SECTOR_SIZE; in sata_txlt_write_buffer()