Searched refs:gro_flush_timeout (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | dev.h | 240 return READ_ONCE(n->gro_flush_timeout); in napi_get_gro_flush_timeout() 253 WRITE_ONCE(n->gro_flush_timeout, timeout); in napi_set_gro_flush_timeout() 269 WRITE_ONCE(netdev->gro_flush_timeout, timeout); in netdev_set_gro_flush_timeout() 274 netdev->napi_config[i].gro_flush_timeout = timeout; in netdev_set_gro_flush_timeout()
|
| H A D | netdev-genl.c | 168 unsigned long gro_flush_timeout; in netdev_nl_napi_fill_one() local 205 gro_flush_timeout = napi_get_gro_flush_timeout(napi); in netdev_nl_napi_fill_one() 207 gro_flush_timeout)) in netdev_nl_napi_fill_one() 326 u64 gro_flush_timeout = 0; in netdev_nl_napi_set_config() local 340 gro_flush_timeout = nla_get_uint(info->attrs[NETDEV_A_NAPI_GRO_FLUSH_TIMEOUT]); in netdev_nl_napi_set_config() 341 napi_set_gro_flush_timeout(napi, gro_flush_timeout); in netdev_nl_napi_set_config()
|
| H A D | dev.c | 7079 n->gro_flush_timeout = n->config->gro_flush_timeout; in napi_restore_config() 7100 n->config->gro_flush_timeout = n->gro_flush_timeout; in napi_save_config() 7184 napi_set_gro_flush_timeout(napi, READ_ONCE(dev->gro_flush_timeout)); in netif_napi_add_weight_locked()
|
| H A D | net-sysfs.c | 543 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
|
| /linux-6.15/Documentation/networking/ |
| H A D | napi.rst | 221 The ``gro_flush_timeout`` sysfs configuration of the netdevice 323 if ``gro_flush_timeout`` passes without any busy poll call. For epoll-based 374 2. The sysfs parameter or per-NAPI config parameters ``gro_flush_timeout`` 389 automatically disabled and the ``gro_flush_timeout`` and 397 ``gro_flush_timeout`` to use IRQ suspension, their use is strongly 402 overrides ``gro_flush_timeout`` and keeps the system busy polling, but when 403 epoll finds no events, the setting of ``gro_flush_timeout`` and 413 Loop 2 can take control from Loop 1, if ``gro_flush_timeout`` and 416 If ``gro_flush_timeout`` and ``napi_defer_hard_irqs`` are set, Loops 2 422 If ``gro_flush_timeout`` and ``napi_defer_hard_irqs`` are not set, Loop 3 [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_xsk.sh | 139 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout 141 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 102 unsigned_long gro_flush_timeout read_mostly … 189 unsigned_long gro_flush_timeout
|
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 368 u64 gro_flush_timeout; member 403 unsigned long gro_flush_timeout; member 2478 unsigned long gro_flush_timeout; member
|