Home
last modified time | relevance | path

Searched refs:MII_NPHY (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c75 for (i = 0, phy = 0; phy < MII_NPHY; phy++) { in ip17x_reset_vlans()
81 for (j = 0; j < MII_NPHY; j++) { in ip17x_reset_vlans()
99 for (i = 0; i < MII_NPHY; i++) { in ip17x_reset_vlans()
123 for (i = 0; i < MII_NPHY; i++) { in ip17x_getvgroup()
H A Dip17x_var.h52 int phyport[MII_NPHY];
H A Dip17x.c169 for (phy = 0; phy < MII_NPHY; phy++) { in ip17x_attach_phys()
287 for (i=0; i < MII_NPHY; i++) { in ip17x_detach()
339 for (i = 0; i < MII_NPHY; i++) { in ip17x_miipollstat()
H A Dip175d.c112 for (j = 0; j < MII_NPHY; j++) { in ip175d_hw_setup()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c72 int ifpport[MII_NPHY];
121 for (phy = 0; phy < MII_NPHY; phy++) { in ukswitch_attach_phys()
235 for (i=0; i < MII_NPHY; i++) { in ukswitch_detach()
295 for (i = 0; i < MII_NPHY; i++) { in ukswitch_miipollstat()
/freebsd/sys/dev/mii/
H A Dmii.c385 if (offloc != MII_OFFSET_ANY && (offloc < 0 || offloc >= MII_NPHY)) { in mii_attach()
392 phymax = MII_NPHY - 1; in mii_attach()
394 if (phyloc < 0 || phyloc >= MII_NPHY) { in mii_attach()
H A Dmii.h39 #define MII_NPHY 32 /* max # of PHYs per MII */ macro
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c97 int ifpport[MII_NPHY];
294 for (i = 0; i < MII_NPHY; i++) { in adm6996fc_detach()
356 for (i = 0; i < MII_NPHY; i++) { in adm6996fc_miipollstat()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c117 int ifpport[MII_NPHY];
334 for (i = 0; i < MII_NPHY; i++) { in e6060sw_detach()
396 for (i = 0; i < MII_NPHY; i++) { in e6060sw_miipollstat()
/freebsd/sys/dev/dc/
H A Dif_dc.c660 if (phy == (MII_NPHY - 1)) { in dc_miibus_readreg()