Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c3272 ((sdinfo->satadrv_features_support & SATA_DEV_F_TCQ && in sata_scsi_setcap()
3275 sdinfo->satadrv_features_support & SATA_DEV_F_NCQ && in sata_scsi_setcap()
6543 if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA48) { in sata_txlt_read()
6552 } else if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA28) { in sata_txlt_read()
6573 (sdinfo->satadrv_features_support & in sata_txlt_read()
6585 } else if ((sdinfo->satadrv_features_support & in sata_txlt_read()
6592 if (sdinfo->satadrv_features_support & in sata_txlt_read()
6812 if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA48) { in sata_txlt_write()
6821 } else if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA28) { in sata_txlt_write()
6842 (sdinfo->satadrv_features_support & in sata_txlt_write()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/impl/
H A Dsata.h225 uint16_t satadrv_features_support; /* drive features support */ member