Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/net/
HDusb_ethernet.h70 int (*ue_ioctl)(struct ifnet *, u_long, caddr_t); member
HDusb_ethernet.c225 if (ue->ue_methods->ue_ioctl != NULL) in ue_attach_post_task()
226 ifp->if_ioctl = ue->ue_methods->ue_ioctl; in ue_attach_post_task()
HDif_smsc.c233 .ue_ioctl = smsc_ioctl,