Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dtxrx.h679 struct wil_net_stats *stats, bool gro);
Dtxrx.c894 struct wil_net_stats *stats, bool gro) in wil_netif_rx() argument
958 if (gro) in wil_netif_rx()
/Linux-v5.10/arch/um/drivers/
Dvector_kern.c176 char *gro = uml_vector_fetch_arg(def, "gro"); in get_req_size() local
179 if (gro != NULL) { in get_req_size()
180 if (kstrtoul(gro, 10, &result) == 0) { in get_req_size()
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst289 * ``gro=[0,1]`` - sets GRO on or off. Enables receive/transmit offloads.
329 vecX:transport=tap,ifname=tap0,depth=128,gro=1
357 vecX:transport=hybrid,ifname=tap0,depth=128,gro=1
371 vecX:transport=raw,ifname=p-veth0,depth=128,gro=1
393 vec0:transport=raw,ifname=p-veth0,depth=128,gro=1
685 vec0:transport=tap,ifname=tap0,depth=128,gro=1 \
/Linux-v5.10/Documentation/networking/
Dnetdev-features.rst177 * rx-gro-hw
/Linux-v5.10/Documentation/filesystems/caching/
Dfscache.rst378 | |gro=N |Number of in-progress grab_object() cache ops |
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1515 bool gro; in bnxt_tpa_end() local
1539 gro = !!(bp->flags & BNXT_FLAG_GRO); in bnxt_tpa_end()
1552 gro = !!TPA_END_GRO(tpa_end); in bnxt_tpa_end()
1632 if (gro) in bnxt_tpa_end()