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

/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c6981 u8 phy_idx; local
6989 for (phy_idx = ELINK_EXT_PHY1; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
6990 if (params->phy[phy_idx].set_link_led) {
6991 params->phy[phy_idx].set_link_led(
6992 &params->phy[phy_idx], params, mode);
7396 u8 phy_idx, port = params->port; local
7480 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHY
8916 u32 sync_offset = 0, phy_idx, media_types; local
13830 u32 phy_idx; local
15198 u16 phy_idx; local
15401 u32 phy_idx; local
[all...]

Completed in 383 milliseconds