Home | History | Annotate | Download | only in netboot

Lines Matching refs:phy_idx

1415         unsigned int phy, phy_idx;
1428 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1439 else if (tp->advertising[phy_idx])
1440 to_advert = tp->advertising[phy_idx];
1444 tp->phys[phy_idx++] = phy;
1459 tp->mii_cnt = phy_idx;
1460 if (tp->mtable && tp->mtable->has_mii && phy_idx == 0) {