Home
last modified time | relevance | path

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

1234

/freebsd/sys/net/
H A Dif_edsc.c242 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.c1323 error = ether_ioctl(ifp, cmd, data); in tunifioctl()
1365 error = ether_ioctl(ifp, cmd, data); in tunifioctl()
/freebsd/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/sys/dev/usb/net/
H A Dusb_ethernet.c548 error = ether_ioctl(ifp, command, data); in uether_ioctl()
551 error = ether_ioctl(ifp, command, data); in uether_ioctl()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c488 rc = ether_ioctl(ifp, cmd, data); in tracer_ioctl()
/freebsd/sys/dev/beri/virtio/network/
H A Dif_vtbe.c325 error = ether_ioctl(ifp, cmd, data); in vtbe_ioctl()
/freebsd/sys/netgraph/
H A Dng_eiface.c146 error = ether_ioctl(ifp, command, data); in ng_eiface_ioctl()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c287 error = ether_ioctl(ifp, command, data); in ntb_ioctl()
/freebsd/sys/powerpc/pseries/
H A Dphyp_llan.c551 err = ether_ioctl(ifp, cmd, data); in llan_ioctl()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c283 error = ether_ioctl(ifp, cmd, data); in dwc_ioctl()
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c461 error = ether_ioctl(ifp, command, data); in dtsec_if_ioctl()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c161 error = ether_ioctl(ifp, command, data); in axgbe_ioctl()
/freebsd/sys/dev/qlxgb/
H A Dqla_os.c814 ether_ioctl(ifp, cmd, data); in qla_ioctl()
923 ret = ether_ioctl(ifp, cmd, data); in qla_ioctl()
/freebsd/sys/dev/vnic/
H A Dnicvf_main.c461 err = ether_ioctl(ifp, cmd, data); in nicvf_if_ioctl()
559 err = ether_ioctl(ifp, cmd, data); in nicvf_if_ioctl()
/freebsd/sys/dev/qlxge/
H A Dqls_os.c886 ether_ioctl(ifp, cmd, data); in qls_ioctl()
991 ret = ether_ioctl(ifp, cmd, data); in qls_ioctl()
/freebsd/sys/dev/firewire/
H A Dif_fwe.c411 error = ether_ioctl(ifp, cmd, data); in fwe_ioctl()
/freebsd/sys/dev/le/
H A Dlance.c567 error = ether_ioctl(ifp, cmd, data); in lance_ioctl()
/freebsd/sys/dev/gve/
H A Dgve_main.c279 rc = ether_ioctl(ifp, command, data); in gve_ioctl()
/freebsd/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/sys/dev/xilinx/
H A Dif_xae.c634 error = ether_ioctl(ifp, cmd, data); in xae_ioctl()
/freebsd/sys/dev/qlxgbe/
H A Dql_os.c1062 ether_ioctl(ifp, cmd, data); in qla_ioctl()
1204 ret = ether_ioctl(ifp, cmd, data); in qla_ioctl()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1851 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
1953 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
/freebsd/sys/dev/sbni/
H A Dif_sbni.c1166 error = ether_ioctl(ifp, command, data); in sbni_ioctl()

1234