Home
last modified time | relevance | path

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

1234

/freebsd/sys/net/
H A Dif_edsc.c237 return (ether_ioctl(ifp, cmd, data)); in edsc_ioctl()
H A Dethernet.h467 extern int ether_ioctl(struct ifnet *, u_long, caddr_t);
H A Dif_epair.c520 error = ether_ioctl(ifp, cmd, data); in epair_clone_add()
H A Dif_tuntap.c1407 error = ether_ioctl(ifp, cmd, data); in tunifioctl()
1449 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.c541 error = ether_ioctl(ifp, command, data); in uether_ioctl()
544 error = ether_ioctl(ifp, command, data); in uether_ioctl()
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_gmac.c160 error = ether_ioctl(ifp, command, data); in qcom_ess_edma_gmac_ioctl()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c483 rc = ether_ioctl(ifp, cmd, data); in tracer_ioctl()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c283 error = ether_ioctl(ifp, command, data); in ntb_ioctl()
/freebsd/sys/netgraph/
H A Dng_eiface.c146 error = ether_ioctl(ifp, command, data); in ng_eiface_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/axgbe/
H A Dif_axgbe.c161 error = ether_ioctl(ifp, command, data); in axgbe_ioctl()
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c461 error = ether_ioctl(ifp, command, data); in dtsec_if_ioctl()
/freebsd/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/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/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/sys/dev/firewire/
H A Dif_fwe.c407 error = ether_ioctl(ifp, cmd, data); in fwe_ioctl()
/freebsd/sys/dev/le/
H A Dlance.c566 error = ether_ioctl(ifp, cmd, data); in lance_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.c638 error = ether_ioctl(ifp, cmd, data); in xae_ioctl()
/freebsd/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/sys/dev/xen/netfront/
H A Dnetfront.c1843 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
1945 error = ether_ioctl(ifp, cmd, data); in xn_ioctl()
/freebsd/sys/powerpc/ps3/
H A Dif_glc.c494 err = ether_ioctl(ifp, cmd, data); in glc_ioctl()
/freebsd/sys/dev/sbni/
H A Dif_sbni.c1163 error = ether_ioctl(ifp, command, data); in sbni_ioctl()

1234