Searched refs:satadrv_features_support (Results 1 – 2 of 2) sorted by relevance
3272 ((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 …]
225 uint16_t satadrv_features_support; /* drive features support */ member