Searched refs:mpd_name (Results 1 – 21 of 21) sorted by relevance
| /dragonfly/sys/dev/netif/mii_layer/ |
| HD | miivar.h | 189 const char *mpd_name; /* PHY's name */ member 197 .mpd_name = NULL, \ 204 .mpd_name = MII_STR_##oui##_##model, \ 211 .mpd_name = MII_STR_##oui##_##model, \
|
| HD | pnaphy.c | 102 device_set_desc(dev, mpd->mpd_name); in pnaphy_probe()
|
| HD | inphy.c | 95 device_set_desc(dev, mpd->mpd_name); in inphy_probe()
|
| HD | acphy.c | 137 device_set_desc(dev, mpd->mpd_name); in acphy_probe()
|
| HD | qsphy.c | 136 device_set_desc(dev, mpd->mpd_name); in qsphy_probe()
|
| HD | nsgphy.c | 108 device_set_desc(dev, mpd->mpd_name); in nsgphy_probe()
|
| HD | lxtphy.c | 142 device_set_desc(dev, mpd->mpd_name); in lxtphy_probe()
|
| HD | rlphy.c | 103 device_set_desc(dev, mpd->mpd_name); in rlphy_probe()
|
| HD | amphy.c | 102 device_set_desc(dev, mpd->mpd_name); in amphy_probe()
|
| HD | nsphy.c | 135 device_set_desc(dev, mpd->mpd_name); in nsphy_probe()
|
| HD | xmphy.c | 102 device_set_desc(dev, mpd->mpd_name); in xmphy_probe()
|
| HD | truephy.c | 131 device_set_desc(dev, mpd->mpd_name); in truephy_probe()
|
| HD | jmphy.c | 89 device_set_desc(dev, mpd->mpd_name); in jmphy_probe()
|
| HD | tlphy.c | 143 device_set_desc(dev, mpd->mpd_name); in tlphy_probe()
|
| HD | ciphy.c | 106 device_set_desc(dev, mpd->mpd_name); in ciphy_probe()
|
| HD | ip1000phy.c | 96 device_set_desc(dev, mpd->mpd_name); in ip1000phy_probe()
|
| HD | atphy.c | 105 device_set_desc(dev, mpd->mpd_name); in atphy_probe()
|
| HD | rgephy.c | 105 device_set_desc(dev, mpd->mpd_name); in rgephy_probe()
|
| HD | e1000phy.c | 120 device_set_desc(dev, mpd->mpd_name); in e1000phy_probe()
|
| HD | mii_physubr.c | 557 for (; mpd->mpd_name != NULL; mpd++) { in mii_phy_match()
|
| HD | brgphy.c | 162 device_set_desc(dev, mpd->mpd_name); in brgphy_probe()
|