Searched refs:uether_ioctl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/usb/net/
H A Dusb_ethernet.h116 int uether_ioctl(struct ifnet *, u_long, caddr_t);
H A Dusb_ethernet.c242 ifp->if_ioctl = uether_ioctl;
514 uether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) function
H A Dif_axge.c941 error = uether_ioctl(ifp, cmd, data);
H A Dif_axe.c1505 error = uether_ioctl(ifp, cmd, data);
H A Dif_smsc.c1537 rc = uether_ioctl(ifp, cmd, data);
H A Dif_muge.c1715 rc = uether_ioctl(ifp, cmd, data);
H A Dif_ure.c1302 error = uether_ioctl(ifp, cmd, data);

Completed in 183 milliseconds