Searched refs:ether_ioctl (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-13-stable/sys/net/
H A Dif_epair.c672 error = ether_ioctl(ifp, cmd, data);
H A Dif_ethersubr.c1132 ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) function
/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glc.c499 err = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge.c563 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/arm/allwinner/
H A Dif_emac.c781 error = ether_ioctl(ifp, command, data);
H A Dif_awg.c1180 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.c1064 ether_ioctl(ifp, cmd, data);
1207 ret = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/altera/atse/
H A Dif_atse.c983 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/ffec/
H A Dif_ffec.c1384 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/sume/
H A Dif_sume.c680 /* If there is no sume_if_init, the ether_ioctl panics. */
924 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbni.c1167 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/smc/
H A Dif_smc.c1346 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/lge/
H A Dif_lge.c1493 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1676 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/netmap/
H A Dif_ptnet.c848 err = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/dwc/
H A Dif_dwc.c1226 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/bfe/
H A Dif_bfe.c1804 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/vte/
H A Dif_vte.c1226 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/mips/nlm/dev/net/
H A Dxlpge.c790 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dif_are.c1005 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/rl/
H A Dif_rl.c1885 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c1010 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/cadence/
H A Dif_cgem.c1327 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c1841 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/arm64/broadcom/genet/
H A Dif_genet.c1535 error = ether_ioctl(ifp, cmd, data);

Completed in 396 milliseconds

1234