Home
last modified time | relevance | path

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

/freebsd/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()
376 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.c284 ue->ue_methods = &udav_ue_methods_nophy; in udav_attach()
287 ue->ue_methods = &udav_ue_methods; in udav_attach()
H A Dif_axge.c489 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in axge_attach_post_sub()
590 ue->ue_methods = &axge_ue_methods; in axge_attach()
H A Dif_ipheth.c249 ue->ue_methods = &ipheth_ue_methods; in ipheth_attach()
H A Dif_smsc.c1723 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in smsc_attach_post_sub()
1791 ue->ue_methods = &smsc_ue_methods; in smsc_attach()
H A Dif_cue.c423 ue->ue_methods = &cue_ue_methods; in cue_attach()
H A Dif_kue.c498 ue->ue_methods = &kue_ue_methods; in kue_attach()
H A Dif_axe.c901 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in axe_attach_post_sub()
957 ue->ue_methods = &axe_ue_methods; in axe_attach()
H A Dif_muge.c1634 ue->ue_methods->ue_mii_sts, BMSR_DEFCAPMASK, sc->sc_phyno, in muge_attach_post_sub()
2193 ue->ue_methods = &muge_ue_methods; in muge_attach()
H A Dif_rue.c608 ue->ue_methods = &rue_ue_methods; in rue_attach()
H A Dif_cdceem.c290 ue->ue_methods = &cdceem_ue_methods; in cdceem_attach()
H A Dif_mos.c711 ue->ue_methods = &mos_ue_methods; in mos_attach()
H A Dif_aue.c710 ue->ue_methods = &aue_ue_methods; in aue_attach()
H A Dif_urndis.c314 ue->ue_methods = &urndis_ue_methods; in urndis_attach()
H A Dif_ure.c568 ue->ue_methods = &ure_ue_methods; in ure_attach()
1025 uether_ifmedia_upd, ue->ue_methods->ue_mii_sts, in ure_attach_post_sub()
H A Dif_cdce.c767 ue->ue_methods = &cdce_ue_methods; in cdce_attach()