Home
last modified time | relevance | path

Searched refs:GET_MII (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_mosreg.h170 #define GET_MII(sc) (&(sc)->mos_mii) macro
H A Dif_urlreg.h129 #define GET_MII(sc) (&(sc)->sc_mii) macro
H A Dif_mos.c440 struct mii_data *mii = GET_MII(sc); in mos_miibus_statchg()
485 struct mii_data *mii = GET_MII(sc); in mos_ifmedia_upd()
505 struct mii_data *mii = GET_MII(sc); in mos_ifmedia_sts()
709 mii = GET_MII(sc); in mos_attach()
1055 mii = GET_MII(sc); in mos_tick_task()
1201 mii_mediachg(GET_MII(sc)); in mos_init()
H A Dif_udavreg.h146 #define GET_MII(sc) (&(sc)->sc_mii) macro
H A Dif_auereg.h230 #define GET_MII(sc) (&(sc)->aue_mii) macro
H A Dif_muereg.h226 #define GET_MII(sc) (&(sc)->mue_mii) macro
H A Dif_axereg.h234 #define GET_MII(sc) (&(sc)->axe_mii) macro
H A Dif_axenreg.h269 #define GET_MII(sc) (&(sc)->axen_mii) macro
H A Dif_mue.c321 struct mii_data *mii = GET_MII(sc); in mue_miibus_statchg()
396 struct mii_data *mii = GET_MII(sc); in mue_ifmedia_upd()
413 struct mii_data *mii = GET_MII(sc); in mue_ifmedia_sts()
796 mii = GET_MII(sc); in mue_attach()
1436 mii = GET_MII(sc); in mue_tick_task()
H A Dif_aue.c520 struct mii_data *mii = GET_MII(sc); in aue_miibus_statchg()
1152 mii = GET_MII(sc); in aue_tick_task()
1274 struct mii_data *mii = GET_MII(sc); in aue_init()
1387 struct mii_data *mii = GET_MII(sc); in aue_ifmedia_upd()
1412 struct mii_data *mii = GET_MII(sc); in aue_ifmedia_sts()
H A Dif_udav.c589 struct mii_data *mii = GET_MII(sc); in udav_init()
1287 struct mii_data *mii = GET_MII(sc); in udav_ifmedia_change()
1313 struct mii_data *mii = GET_MII(sc); in udav_ifmedia_status()
1371 mii = GET_MII(sc); in udav_tick_task()
H A Dif_url.c459 struct mii_data *mii = GET_MII(sc); in url_init()
1147 struct mii_data *mii = GET_MII(sc); in url_ifmedia_change()
1169 struct mii_data *mii = GET_MII(sc); in url_ifmedia_status()
1223 mii = GET_MII(sc); in url_tick_task()
H A Dif_axe.c347 struct mii_data *mii = GET_MII(sc); in axe_miibus_statchg()
415 struct mii_data *mii = GET_MII(sc); in axe_ifmedia_upd()
434 struct mii_data *mii = GET_MII(sc); in axe_ifmedia_sts()
1167 mii = GET_MII(sc); in axe_tick_task()
H A Dif_axen.c234 struct mii_data *mii = GET_MII(sc); in axen_miibus_statchg()
304 struct mii_data *mii = GET_MII(sc); in axen_ifmedia_upd()
329 struct mii_data *mii = GET_MII(sc); in axen_ifmedia_sts()
1156 mii = GET_MII(sc); in axen_tick_task()
H A Dif_urereg.h536 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue) macro