Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c3051 ((sdinfo->satadrv_features_support & SATA_DEV_F_TCQ && in sata_scsi_setcap()
3054 sdinfo->satadrv_features_support & SATA_DEV_F_NCQ && in sata_scsi_setcap()
6224 if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA48) { in sata_txlt_read()
6233 } else if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA28) { in sata_txlt_read()
6254 (sdinfo->satadrv_features_support & in sata_txlt_read()
6266 } else if ((sdinfo->satadrv_features_support & in sata_txlt_read()
6273 if (sdinfo->satadrv_features_support & in sata_txlt_read()
6493 if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA48) { in sata_txlt_write()
6502 } else if (sdinfo->satadrv_features_support & SATA_DEV_F_LBA28) { in sata_txlt_write()
6523 (sdinfo->satadrv_features_support & in sata_txlt_write()
[all …]
/titanic_50/usr/src/uts/common/sys/sata/impl/
H A Dsata.h225 uint16_t satadrv_features_support; /* drive features support */ member