Searched refs:phy_idx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Depic100.c112 unsigned int phy, phy_idx; local
194 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
198 phys[phy_idx++] = phy;
204 if (phy_idx == 0) {
H A Dw89c840.c699 int phy, phy_idx = 0; local
700 for (phy = 1; phy < 32 && phy_idx < 4; phy++) {
703 w840private.phys[phy_idx++] = phy;
714 w840private.mii_cnt = phy_idx;
716 if (phy_idx == 0) {
H A Dsundance.c622 int phy, phy_idx = 0; local
625 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) {
628 sdc->phys[phy_idx++] = phy;
638 if (phy_idx == 0)
H A Dtulip.c1400 unsigned int phy, phy_idx;
1413 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1424 else if (tp->advertising[phy_idx])
1425 to_advert = tp->advertising[phy_idx];
1429 tp->phys[phy_idx++] = phy;
1444 tp->mii_cnt = phy_idx;
1445 if (tp->mtable && tp->mtable->has_mii && phy_idx == 0) {
1386 unsigned int phy, phy_idx; local

Completed in 474 milliseconds