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

/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.c135 return (ue->ue_ifp);
231 ue->ue_ifp = ifp;
244 ue->ue_ifp = ifp;
285 if (ue->ue_ifp != NULL) {
286 if_free(ue->ue_ifp);
287 ue->ue_ifp = NULL;
302 ifp = ue->ue_ifp;
369 struct ifnet *ifp = ue->ue_ifp;
464 struct ifnet *ifp = ue->ue_ifp;
473 struct ifnet *ifp = ue->ue_ifp;
[all...]
H A Dusb_ethernet.h80 /* NOTE: the "ue_ifp" pointer must be first --hps */
81 struct ifnet *ue_ifp; member in struct:usb_ether
H A Dif_axge.c451 ifp = ue->ue_ifp;
965 ue->ue_ifp->if_ierrors++;
985 ifp = ue->ue_ifp;
H A Dif_axe.c870 ifp = ue->ue_ifp;
1099 ue->ue_ifp->if_ierrors++;
1107 struct ifnet *ifp = ue->ue_ifp;
H A Dif_smsc.c1754 ifp = ue->ue_ifp;

Completed in 138 milliseconds