Home
last modified time | relevance | path

Searched refs:mpd_name (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/dev/netif/mii_layer/
HDmiivar.h189 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, \
HDpnaphy.c102 device_set_desc(dev, mpd->mpd_name); in pnaphy_probe()
HDinphy.c95 device_set_desc(dev, mpd->mpd_name); in inphy_probe()
HDacphy.c137 device_set_desc(dev, mpd->mpd_name); in acphy_probe()
HDqsphy.c136 device_set_desc(dev, mpd->mpd_name); in qsphy_probe()
HDnsgphy.c108 device_set_desc(dev, mpd->mpd_name); in nsgphy_probe()
HDlxtphy.c142 device_set_desc(dev, mpd->mpd_name); in lxtphy_probe()
HDrlphy.c103 device_set_desc(dev, mpd->mpd_name); in rlphy_probe()
HDamphy.c102 device_set_desc(dev, mpd->mpd_name); in amphy_probe()
HDnsphy.c135 device_set_desc(dev, mpd->mpd_name); in nsphy_probe()
HDxmphy.c102 device_set_desc(dev, mpd->mpd_name); in xmphy_probe()
HDtruephy.c131 device_set_desc(dev, mpd->mpd_name); in truephy_probe()
HDjmphy.c89 device_set_desc(dev, mpd->mpd_name); in jmphy_probe()
HDtlphy.c143 device_set_desc(dev, mpd->mpd_name); in tlphy_probe()
HDciphy.c106 device_set_desc(dev, mpd->mpd_name); in ciphy_probe()
HDip1000phy.c96 device_set_desc(dev, mpd->mpd_name); in ip1000phy_probe()
HDatphy.c105 device_set_desc(dev, mpd->mpd_name); in atphy_probe()
HDrgephy.c105 device_set_desc(dev, mpd->mpd_name); in rgephy_probe()
HDe1000phy.c120 device_set_desc(dev, mpd->mpd_name); in e1000phy_probe()
HDmii_physubr.c557 for (; mpd->mpd_name != NULL; mpd++) { in mii_phy_match()
HDbrgphy.c162 device_set_desc(dev, mpd->mpd_name); in brgphy_probe()