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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c103 unsigned int phy, phy_idx; local
184 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
188 phys[phy_idx++] = phy;
194 if (phy_idx == 0) {
H A Dw89c840.c675 int phy, phy_idx = 0; local
676 for (phy = 1; phy < 32 && phy_idx < 4; phy++) {
679 w840private.phys[phy_idx++] = phy;
690 w840private.mii_cnt = phy_idx;
692 if (phy_idx == 0) {
H A Dpcnet32.c910 int phy, phy_idx = 0; local
913 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) {
916 lp->phys[phy_idx++] = phy;
927 if (phy_idx == 0)
H A Dsundance.c630 int phy, phy_idx = 0; local
633 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) {
636 sdc->phys[phy_idx++] = phy;
646 if (phy_idx == 0)
H A Dtulip.c1435 unsigned int phy, phy_idx; local
1448 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1459 else if (tp->advertising[phy_idx])
1460 to_advert = tp->advertising[phy_idx];
1464 tp->phys[phy_idx++] = phy;
1479 tp->mii_cnt = phy_idx;
1480 if (tp->mtable && tp->mtable->has_mii && phy_idx == 0) {

Completed in 29 milliseconds