Home
last modified time | relevance | path

Searched refs:ether_ioctl (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-14.2/sys/net/
H A Dif_edsc.c239 return (ether_ioctl(ifp, cmd, data)); in edsc_ioctl()
H A Dethernet.h440 extern int ether_ioctl(struct ifnet *, u_long, caddr_t);
H A Dif_epair.c457 error = ether_ioctl(ifp, cmd, data); in epair_ioctl()
H A Dif_tuntap.c1352 error = ether_ioctl(ifp, cmd, data); in tunifioctl()
1394 error = ether_ioctl(ifp, cmd, data); in tunifioctl()
/freebsd-14.2/sys/dev/liquidio/
H A Dlio_ioctl.c106 error = ether_ioctl(ifp, cmd, data); in lio_ioctl()
205 error = ether_ioctl(ifp, cmd, data); in lio_ioctl()
/freebsd-14.2/sys/dev/usb/net/
H A Dusb_ethernet.c544 error = ether_ioctl(ifp, command, data); in uether_ioctl()
547 error = ether_ioctl(ifp, command, data); in uether_ioctl()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_tracer.c483 rc = ether_ioctl(ifp, cmd, data); in tracer_ioctl()
/freebsd-14.2/sys/netgraph/
H A Dng_eiface.c146 error = ether_ioctl(ifp, command, data); in ng_eiface_ioctl()
/freebsd-14.2/sys/dev/beri/virtio/network/
H A Dif_vtbe.c326 error = ether_ioctl(ifp, cmd, data); in vtbe_ioctl()
/freebsd-14.2/sys/dev/ntb/if_ntb/
H A Dif_ntb.c284 error = ether_ioctl(ifp, command, data); in ntb_ioctl()
/freebsd-14.2/sys/powerpc/pseries/
H A Dphyp_llan.c552 err = ether_ioctl(ifp, cmd, data); in llan_ioctl()
/freebsd-14.2/sys/dev/dpaa/
H A Dif_dtsec.c431 error = ether_ioctl(ifp, command, data); in dtsec_if_ioctl()
/freebsd-14.2/sys/dev/axgbe/
H A Dif_axgbe.c162 error = ether_ioctl(ifp, command, data); in axgbe_ioctl()
/freebsd-14.2/sys/dev/qlxgb/
H A Dqla_os.c811 ether_ioctl(ifp, cmd, data); in qla_ioctl()
920 ret = ether_ioctl(ifp, cmd, data); in qla_ioctl()
/freebsd-14.2/sys/dev/qlxge/
H A Dqls_os.c882 ether_ioctl(ifp, cmd, data); in qls_ioctl()
987 ret = ether_ioctl(ifp, cmd, data); in qls_ioctl()
/freebsd-14.2/sys/dev/vnic/
H A Dnicvf_main.c450 err = ether_ioctl(ifp, cmd, data); in nicvf_if_ioctl()
548 err = ether_ioctl(ifp, cmd, data); in nicvf_if_ioctl()
/freebsd-14.2/sys/dev/firewire/
H A Dif_fwe.c407 error = ether_ioctl(ifp, cmd, data); in fwe_ioctl()
/freebsd-14.2/sys/dev/le/
H A Dlance.c568 error = ether_ioctl(ifp, cmd, data); in lance_ioctl()
/freebsd-14.2/sys/dev/gve/
H A Dgve_main.c279 rc = ether_ioctl(ifp, command, data); in gve_ioctl()
/freebsd-14.2/sys/dev/xen/netback/
H A Dnetback.c2244 error = ether_ioctl(ifp, cmd, data); in xnb_ioctl()
2303 error = ether_ioctl(ifp, cmd, data); in xnb_ioctl()
/freebsd-14.2/sys/dev/xilinx/
H A Dif_xae.c635 error = ether_ioctl(ifp, cmd, data); in xae_ioctl()
/freebsd-14.2/sys/dev/qlxgbe/
H A Dql_os.c1058 ether_ioctl(ifp, cmd, data); in qla_ioctl()
1200 ret = ether_ioctl(ifp, cmd, data); in qla_ioctl()
/freebsd-14.2/sys/dev/xen/netfront/
H A Dnetfront.c1859 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
1961 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
/freebsd-14.2/sys/dev/sbni/
H A Dif_sbni.c1163 error = ether_ioctl(ifp, command, data); in sbni_ioctl()
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge.c560 error = ether_ioctl(ifp, command, data); in sfxge_if_ioctl()

1234