Home
last modified time | relevance | path

Searched refs:ue_methods (Results 1 – 17 of 17) sorted by relevance

/src/sys/dev/usb/net/
H A Dusb_ethernet.c168 (ue->ue_methods == NULL)) in uether_ifattach()
211 ue->ue_methods->ue_attach_post(ue); in ue_attach_post_task()
225 if (ue->ue_methods->ue_attach_post_sub != NULL) { in ue_attach_post_task()
227 error = ue->ue_methods->ue_attach_post_sub(ue); in ue_attach_post_task()
230 if (ue->ue_methods->ue_ioctl != NULL) in ue_attach_post_task()
231 if_setioctlfn(ifp, ue->ue_methods->ue_ioctl); in ue_attach_post_task()
240 if (ue->ue_methods->ue_mii_upd != NULL && in ue_attach_post_task()
241 ue->ue_methods->ue_mii_sts != NULL) { in ue_attach_post_task()
244 ue_ifmedia_upd, ue->ue_methods->ue_mii_sts, in ue_attach_post_task()
374 ue->ue_methods->ue_init(ue); in ue_start_task()
[all …]
H A Dusb_ethernet.h78 const struct usb_ether_methods *ue_methods; member
H A Dif_udav.c283 ue->ue_methods = &udav_ue_methods_nophy; in udav_attach()
286 ue->ue_methods = &udav_ue_methods; in udav_attach()
H A Dif_axge.c488 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in axge_attach_post_sub()
589 ue->ue_methods = &axge_ue_methods; in axge_attach()
H A Dif_smsc.c1722 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in smsc_attach_post_sub()
1790 ue->ue_methods = &smsc_ue_methods; in smsc_attach()
H A Dif_cue.c422 ue->ue_methods = &cue_ue_methods; in cue_attach()
H A Dif_kue.c497 ue->ue_methods = &kue_ue_methods; in kue_attach()
H A Dif_ipheth.c287 ue->ue_methods = &ipheth_ue_methods; in ipheth_attach()
H A Dif_axe.c900 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in axe_attach_post_sub()
956 ue->ue_methods = &axe_ue_methods; in axe_attach()
H A Dif_muge.c1633 ue->ue_methods->ue_mii_sts, BMSR_DEFCAPMASK, sc->sc_phyno, in muge_attach_post_sub()
2192 ue->ue_methods = &muge_ue_methods; in muge_attach()
H A Dif_cdceem.c289 ue->ue_methods = &cdceem_ue_methods; in cdceem_attach()
H A Dif_rue.c607 ue->ue_methods = &rue_ue_methods; in rue_attach()
H A Dif_mos.c710 ue->ue_methods = &mos_ue_methods; in mos_attach()
H A Dif_aue.c709 ue->ue_methods = &aue_ue_methods; in aue_attach()
H A Dif_urndis.c313 ue->ue_methods = &urndis_ue_methods; in urndis_attach()
H A Dif_ure.c636 ue->ue_methods = &ure_ue_methods; in ure_attach()
1100 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in ure_attach_post_sub()
H A Dif_cdce.c766 ue->ue_methods = &cdce_ue_methods; in cdce_attach()