Searched refs:mii_dev_mac_match (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/mii/
H A Drlphy.c119 if (mii_dev_mac_match(dev, "rl") || mii_dev_mac_match(dev, "re"))
H A Drgephy.c124 if (mii_dev_mac_match(dev, "re"))
126 else if (mii_dev_mac_match(dev, "ure"))
H A Dip1000phy.c115 mii_dev_mac_match(dev, "stge") &&
H A Djmphy.c108 if (mii_dev_mac_match(dev, "jme") &&
H A Dmiivar.h270 int mii_dev_mac_match(device_t, const char *);
H A De1000phy.c142 if (mii_dev_mac_match(dev, "msk") &&
H A Dbrgphy.c230 if (mii_dev_mac_match(dev, "bge"))
232 else if (mii_dev_mac_match(dev, "bce"))
H A Dmii.c662 mii_dev_mac_match(device_t parent, const char *name) function

Completed in 46 milliseconds