Searched refs:gro (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | txrx.h | 679 struct wil_net_stats *stats, bool gro);
|
D | txrx.c | 894 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/ |
D | vector_kern.c | 176 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/ |
D | user_mode_linux_howto_v2.rst | 289 * ``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/ |
D | netdev-features.rst | 177 * rx-gro-hw
|
/Linux-v5.10/Documentation/filesystems/caching/ |
D | fscache.rst | 378 | |gro=N |Number of in-progress grab_object() cache ops |
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 1515 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()
|