Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2599 boolean_t (*sci_supported)(sata_pkt_txlate_t *, member
2686 .sci_supported = NULL,
2896 if (cmd->sci_supported != NULL && !cmd->sci_supported(spx, sdinfo)) { in sata_scsi_start()
7333 if (sci->sci_supported != NULL && in sata_txlt_supported_ops()
7334 !sci->sci_supported(spx, sdinfo)) { in sata_txlt_supported_ops()
7417 if (sci->sci_supported == NULL || in sata_txlt_supported_ops()
7418 sci->sci_supported(spx, sdinfo)) { in sata_txlt_supported_ops()