Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/net/
Dusb_ethernet.h72 int (*ue_ioctl)(struct ifnet *, u_long, caddr_t); member
Dusb_ethernet.c238 if (ue->ue_methods->ue_ioctl != NULL) in ue_attach_post_task()
239 ifp->if_ioctl = ue->ue_methods->ue_ioctl; in ue_attach_post_task()
Dif_smsc.c236 .ue_ioctl = smsc_ioctl,
Dif_muge.c255 .ue_ioctl = muge_ioctl,