Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h548 #define SCSI_HBA_SCSA_TA 0x20000 /* scsi_hba_tran_alloc used */ macro
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c926 tran->tran_hba_flags |= SCSI_HBA_SCSA_TA; in scsi_hba_tran_alloc()
1163 if ((tran->tran_hba_flags & SCSI_HBA_SCSA_TA) && in scsa_tran_setup()
1293 tran->tran_hba_flags = (flags & ~SCSI_HBA_SCSA_TA) | in scsi_hba_attach_setup()
1294 (tran->tran_hba_flags & SCSI_HBA_SCSA_TA); in scsi_hba_attach_setup()
2367 tran->tran_hba_flags |= SCSI_HBA_SCSA_TA; /* always TA */ in iport_preattach_tran_scsi_device()