Searched refs:uether_getmii (Results 1 – 11 of 11) sorted by relevance
173 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
106 struct mii_data *uether_getmii(struct usb_ether *);
141 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
147 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
186 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
149 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
324 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
538 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_miibus_statchg()636 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_ifmedia_upd()663 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_ifmedia_sts()1212 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_tick()
756 struct mii_data *mii = uether_getmii(&sc->sc_ue); in lan78xx_miibus_statchg()2003 struct mii_data *mii = uether_getmii(&sc->sc_ue); in muge_ifmedia_upd()2097 struct mii_data *mii = uether_getmii(&sc->sc_ue); in muge_tick()2123 struct mii_data *mii = uether_getmii(&sc->sc_ue); in muge_ifmedia_sts()
519 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
138 uether_getmii(struct usb_ether *ue) in uether_getmii() function