Searched refs:uether_getmii (Results 1 – 10 of 10) sorted by relevance
173 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
152 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
111 struct mii_data *uether_getmii(struct usb_ether *);
140 #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)
324 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
534 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_miibus_statchg()632 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_ifmedia_upd()659 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_ifmedia_sts()1232 struct mii_data *mii = uether_getmii(&sc->sc_ue); in smsc_tick()
381 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
140 uether_getmii(struct usb_ether *ue) in uether_getmii() function