Searched refs:ether_ioctl (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-13-stable/sys/net/
H A Dif_edsc.c192 * This method is invoked from ether_ioctl() when it's time
245 return (ether_ioctl(ifp, cmd, data));
H A Dethernet.h444 extern int ether_ioctl(struct ifnet *, u_long, caddr_t);
H A Dif_tuntap.c1312 error = ether_ioctl(ifp, cmd, data);
1354 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/gxemul/ether/
H A Dif_gx.c310 error = ether_ioctl(ifp, cmd, data);
341 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/mips/cavium/
H A Dif_octm.c447 error = ether_ioctl(ifp, cmd, data);
488 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/mips/cavium/octe/
H A Docte.c439 error = ether_ioctl(ifp, cmd, data);
487 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_ioctl.c107 error = ether_ioctl(ifp, cmd, data);
206 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/usb/net/
H A Dusb_ethernet.c554 error = ether_ioctl(ifp, command, data);
557 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_tracer.c487 rc = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c290 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec.c433 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwe.c413 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/axgbe/
H A Dif_axgbe.c164 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c328 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/netgraph/
H A Dng_eiface.c147 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_llan.c557 err = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/le/
H A Dlance.c573 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_os.c822 ether_ioctl(ifp, cmd, data);
932 ret = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.c889 ether_ioctl(ifp, cmd, data);
995 ret = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_main.c467 err = ether_ioctl(ifp, cmd, data);
567 err = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c2246 error = ether_ioctl(ifp, cmd, data);
2305 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c1769 error = ether_ioctl(ifp, cmd, data);
1871 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c770 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/dme/
H A Dif_dme.c660 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/xilinx/
H A Dif_xae.c640 error = ether_ioctl(ifp, cmd, data);

Completed in 437 milliseconds

1234