Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h547 #define SCSI_HBA_SCSA_TA 0x20000 /* scsi_hba_tran_alloc used */ macro
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c922 tran->tran_hba_flags |= SCSI_HBA_SCSA_TA; in scsi_hba_tran_alloc()
1159 if ((tran->tran_hba_flags & SCSI_HBA_SCSA_TA) && in scsa_tran_setup()
1289 tran->tran_hba_flags = (flags & ~SCSI_HBA_SCSA_TA) | in scsi_hba_attach_setup()
1290 (tran->tran_hba_flags & SCSI_HBA_SCSA_TA); in scsi_hba_attach_setup()
2363 tran->tran_hba_flags |= SCSI_HBA_SCSA_TA; /* always TA */ in iport_preattach_tran_scsi_device()