Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h287 int tran_fm_capable; member
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1012 if (tran->tran_fm_capable == DDI_FM_NOT_CAPABLE) in scsa_nexus_setup()
1013 tran->tran_fm_capable = ddi_prop_get_int(DDI_DEV_T_ANY, self, in scsa_nexus_setup()
1024 if (tran->tran_fm_capable && in scsa_nexus_setup()
1035 capable = tran->tran_fm_capable; in scsa_nexus_setup()
3366 return (tran ? tran->tran_fm_capable : scsi_fm_capable); in scsi_hba_fm_init_child()