Home
last modified time | relevance | path

Searched refs:uether_ioctl (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/usb/net/
H A Dusb_ethernet.h113 int uether_ioctl(if_t, u_long, caddr_t);
H A Dusb_ethernet.c234 if_setioctlfn(ifp, uether_ioctl); in ue_attach_post_task()
504 uether_ioctl(if_t ifp, u_long command, caddr_t data) in uether_ioctl() function
H A Dif_axge.c957 error = uether_ioctl(ifp, cmd, data); in axge_ioctl()
H A Dif_ure.c1506 error = uether_ioctl(ifp, cmd, data); in ure_ioctl()
1510 error = uether_ioctl(ifp, cmd, data); in ure_ioctl()
H A Dif_smsc.c1537 rc = uether_ioctl(ifp, cmd, data); in smsc_ioctl()
H A Dif_axe.c1497 error = uether_ioctl(ifp, cmd, data); in axe_ioctl()
H A Dif_muge.c1706 rc = uether_ioctl(ifp, cmd, data); in muge_ioctl()
H A Dif_cdce.c825 error = uether_ioctl(ifp, command, data); in cdce_ioctl()