Home
last modified time | relevance | path

Searched refs:gro (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dgro.sh26 ip netns exec $server_ns ./gro "${ARGS[@]}" "--rx" "--iface" "server" \
30 ip netns exec $client_ns ./gro "${ARGS[@]}" "--iface" "client" \
H A Dudpgro_fwd.sh221 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
232 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
240 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
246 ip netns exec $NS_DST ethtool -K veth$DST rx-gro-list on
254 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
H A D.gitignore10 gro
H A DMakefile32 TEST_PROGS += gro.sh
73 TEST_GEN_FILES += gro
H A Dsetup_veth.sh18 ip netns exec "${ns_name}" ethtool -K "${ns_dev}" gro on tso off
H A Dbig_tcp.sh138 ip net exec $ROUTER_NS ethtool -K link1 gro $gw_gro
140 ip net exec $SERVER_NS ethtool -K link3 gro $ser_gro
H A Dudpgro_frglist.sh40 ip netns exec "${PEER_NS}" ethtool -K veth1 rx-gro-list on
H A Dudpgro.sh39 ip netns exec "${PEER_NS}" ethtool -K veth1 gro on
/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh26 ethtool -K v1 gro on
28 ip netns exec ${NS} ethtool -K v0 gro on
/linux/net/core/
H A DMakefile15 fib_notifier.o xdp.o flow_offload.o gro.o \
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.h681 struct wil_net_stats *stats, bool gro);
H A Dtxrx.c894 struct wil_net_stats *stats, bool gro) in wil_netif_rx() argument
958 if (gro) in wil_netif_rx()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst294 * ``gro=[0,1]`` - sets GRO off or on. Enables receive/transmit offloads.
334 vecX:transport=tap,ifname=tap0,depth=128,gro=1
362 vecX:transport=hybrid,ifname=tap0,depth=128,gro=1
376 vecX:transport=raw,ifname=p-veth0,depth=128,gro=1
398 vec0:transport=raw,ifname=p-veth0,depth=128,gro=1
729 vec0:transport=tap,ifname=tap0,depth=128,gro=1 \
/linux/Documentation/networking/
H A Dnetdev-features.rst162 * rx-gro-hw
H A Dnapi.rst198 ``gro-flush-timeout`` and ``napi-defer-hard-irqs``.
213 "gro-flush-timeout": 11111}'
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1791 bool gro; in bnxt_tpa_end() local
1815 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end()
1828 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end()
1919 if (gro) in bnxt_tpa_end()