Searched refs:IS_ROOT_PHY (Results 1 – 3 of 3) sorted by relevance
236 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()
1279 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()3234 if (!IS_ROOT_PHY(pptr) && (pptr->dtype != NOTHING)) in pmcs_clear_phy()3241 if (!IS_ROOT_PHY(pptr)) { in pmcs_clear_phy()3285 if (IS_ROOT_PHY(pptr)) { in pmcs_new_tport()3331 if (!IS_ROOT_PHY(pptr)) { in pmcs_new_tport()3415 if (IS_ROOT_PHY(pptr) && pptr->changed) { in pmcs_configure_expander()[all …]
424 #define IS_ROOT_PHY(pptr) (pptr->parent == NULL) macro