Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c236 if (!IS_ROOT_PHY(phyp)) { in pmcs_scsa_tran_tgt_init()
389 if (!IS_ROOT_PHY(phyp)) { in pmcs_scsa_tran_tgt_init()
466 if (phyp && !IS_ROOT_PHY(phyp) && phyp->target) { in pmcs_scsa_tran_tgt_free()
1268 if (IS_ROOT_PHY(phy)) { in pmcs_smp_init()
1349 if (!IS_ROOT_PHY(phy)) { in pmcs_smp_init()
1408 if (!IS_ROOT_PHY(phyp)) { in pmcs_smp_free()
3196 if (!IS_ROOT_PHY(tgt->phy)) { in pmcs_get_target()
H A Dpmcs_subr.c1279 if (IS_ROOT_PHY(pptr)) { in pmcs_register_device()
1286 if (IS_ROOT_PHY(pptr)) { in pmcs_register_device()
2954 if (IS_ROOT_PHY(lphyp)) { in pmcs_report_iport_observations()
3174 if (IS_ROOT_PHY(phyp)) { in pmcs_clear_phys()
3188 if (IS_ROOT_PHY(phyp)) { in pmcs_clear_phys()
3241 if (!IS_ROOT_PHY(pptr)) { in pmcs_clear_phy()
3285 if (IS_ROOT_PHY(pptr)) { in pmcs_new_tport()
3439 if (!IS_ROOT_PHY(pptr)) { in pmcs_configure_expander()
4100 if (!IS_ROOT_PHY(pptr)) { in pmcs_clear_expander()
5825 if (IS_ROOT_PHY(phyp)) { in pmcs_find_phy_by_wwn_impl()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h424 #define IS_ROOT_PHY(pptr) (pptr->parent == NULL) macro