Lines Matching defs:phy
110 static void selection_criteria (struct s_smc *smc, struct s_phy *phy)
113 switch (phy->mib->fddiPORTMy_Type) {
116 phy->wc_flag = TRUE ;
118 phy->wc_flag = FALSE ;
124 phy->wc_flag = FALSE ;
127 phy->wc_flag = FALSE ;
130 phy->wc_flag = FALSE ;
138 struct s_phy *phy ;
141 for ( p = 0,phy = smc->y ; p < NUMPHYS; p++, phy++ ) {
143 selection_criteria (smc,phy);