Symbol: MII_NPHY
sys/dev/dc/if_dc.c
660
if (phy == (MII_NPHY - 1)) {
sys/dev/etherswitch/e6000sw/e6060sw.c
117
int ifpport[MII_NPHY];
sys/dev/etherswitch/e6000sw/e6060sw.c
334
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/e6000sw/e6060sw.c
396
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/infineon/adm6996fc.c
294
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/infineon/adm6996fc.c
356
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/infineon/adm6996fc.c
97
int ifpport[MII_NPHY];
sys/dev/etherswitch/ip17x/ip175d.c
112
for (j = 0; j < MII_NPHY; j++) {
sys/dev/etherswitch/ip17x/ip17x.c
169
for (phy = 0; phy < MII_NPHY; phy++) {
sys/dev/etherswitch/ip17x/ip17x.c
287
for (i=0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ip17x/ip17x.c
339
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ip17x/ip17x_var.h
52
int phyport[MII_NPHY];
sys/dev/etherswitch/ip17x/ip17x_vlans.c
123
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ip17x/ip17x_vlans.c
75
for (i = 0, phy = 0; phy < MII_NPHY; phy++) {
sys/dev/etherswitch/ip17x/ip17x_vlans.c
81
for (j = 0; j < MII_NPHY; j++) {
sys/dev/etherswitch/ip17x/ip17x_vlans.c
99
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ukswitch/ukswitch.c
121
for (phy = 0; phy < MII_NPHY; phy++) {
sys/dev/etherswitch/ukswitch/ukswitch.c
235
for (i=0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ukswitch/ukswitch.c
295
for (i = 0; i < MII_NPHY; i++) {
sys/dev/etherswitch/ukswitch/ukswitch.c
72
int ifpport[MII_NPHY];
sys/dev/mii/mii.c
385
if (offloc != MII_OFFSET_ANY && (offloc < 0 || offloc >= MII_NPHY)) {
sys/dev/mii/mii.c
392
phymax = MII_NPHY - 1;
sys/dev/mii/mii.c
394
if (phyloc < 0 || phyloc >= MII_NPHY) {