Home
last modified time | relevance | path

Searched refs:uether_getmii (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dif_mosreg.h173 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dusb_ethernet.h106 struct mii_data *uether_getmii(struct usb_ether *);
H A Dif_udavreg.h141 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dif_ruereg.h147 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dif_auereg.h186 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dif_axgereg.h149 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dif_axereg.h324 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dif_smsc.c538 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()
H A Dif_muge.c756 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()
H A Dif_urereg.h519 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
H A Dusb_ethernet.c138 uether_getmii(struct usb_ether *ue) in uether_getmii() function