Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2582 SCF_SVC_ACT = (1 << 0), /* Op uses SVC ACTION field */ enumerator
2612 SCF_SVC_ACT|SCF_MAPIN, sata_txlt_read_capacity16, NULL,
2676 SCF_SVC_ACT|SCF_MAPIN, sata_txlt_supported_ops, NULL,
2887 if ((sata_cmd_info[i].sci_flags & SCF_SVC_ACT) != 0 && in sata_scsi_start()
7327 const boolean_t has_svc_act = (sci->sci_flags & SCF_SVC_ACT) ? in sata_txlt_supported_ops()