Searched refs:ue_attach_post_sub (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.h71 int (*ue_attach_post_sub)(struct usb_ether *); member in struct:usb_ether_methods
H A Dusb_ethernet.c230 if (ue->ue_methods->ue_attach_post_sub != NULL) {
232 error = ue->ue_methods->ue_attach_post_sub(ue);
H A Dif_axge.c195 .ue_attach_post_sub = axge_attach_post_sub,
H A Dif_axe.c283 .ue_attach_post_sub = axe_attach_post_sub,
H A Dif_smsc.c209 .ue_attach_post_sub = smsc_attach_post_sub,

Completed in 123 milliseconds