Home
last modified time | relevance | path

Searched refs:MII_CNT (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/packetengines/
Dyellowfin.c305 #define MII_CNT 4 macro
336 unsigned char phys[MII_CNT]; /* MII device addresses, only first one used */
496 for (phy = 0; phy < 32 && phy_idx < MII_CNT; phy++) { in yellowfin_init_one()
Dhamachi.c480 #define MII_CNT 4 macro
503 unsigned char phys[MII_CNT]; /* MII device addresses, only first one used. */
756 for (phy = 0; phy < 32 && phy_idx < MII_CNT; phy++) { in hamachi_init_one()
/linux-5.19.10/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c283 #define MII_CNT 1 /* winbond only supports one MII */ macro
309 unsigned char phys[MII_CNT]; /* MII device addresses, but only the first is used */
437 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) { in w840_probe1()
/linux-5.19.10/drivers/net/ethernet/dlink/
Dsundance.c360 #define MII_CNT 4 macro
408 unsigned char phys[MII_CNT]; /* MII device addresses, only first one used. */
600 for (; phy <= phy_end && phy_idx < MII_CNT; phy++) { in sundance_probe1()