Searched refs:ue_ioctl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.h70 int (*ue_ioctl)(struct ifnet *, u_long, caddr_t); member in struct:usb_ether_methods
H A Dusb_ethernet.c235 if (ue->ue_methods->ue_ioctl != NULL)
236 ifp->if_ioctl = ue->ue_methods->ue_ioctl;
H A Dif_smsc.c212 .ue_ioctl = smsc_ioctl,

Completed in 188 milliseconds