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

1234

/freebsd-13-stable/sys/dev/dc/
H A Dif_dc.c3925 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/ena/
H A Dena.c2312 rc = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c2260 * is necessary because ether_ioctl() calls if_init() and this would
2974 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c2947 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1451 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/net/
H A Dif_bridge.c943 * drop the lock as ether_ioctl() will call bridge_start() and
947 error = ether_ioctl(ifp, cmd, data);
H A Dif_vxlan.c2382 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ioctl.c3652 * XXX This should be done in ether_ioctl but for the moment
3689 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c3558 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/ti/
H A Dif_ti.c3585 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c1172 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c2060 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/jme/
H A Dif_jme.c2097 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c1469 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3578 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c1177 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c4295 err = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/alc/
H A Dif_alc.c3146 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c4051 error = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c5895 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c7690 error = ether_ioctl(ifp, command, data);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c2259 rc = ether_ioctl(ifp, cmd, data);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c4704 error = ether_ioctl(ifp, command, data);

Completed in 608 milliseconds

1234