Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.h65 int (*ue_ioctl)(if_t, u_long, caddr_t); member
H A Dusb_ethernet.c230 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()
H A Dif_smsc.c241 .ue_ioctl = smsc_ioctl,
H A Dif_muge.c253 .ue_ioctl = muge_ioctl,