Searched refs:gro_flush_timeout (Results 1 – 7 of 7) sorted by relevance
232 return READ_ONCE(n->gro_flush_timeout); in napi_get_gro_flush_timeout()245 WRITE_ONCE(n->gro_flush_timeout, timeout); in napi_set_gro_flush_timeout()261 WRITE_ONCE(netdev->gro_flush_timeout, timeout); in netdev_set_gro_flush_timeout()266 netdev->napi_config[i].gro_flush_timeout = timeout; in netdev_set_gro_flush_timeout()
165 unsigned long gro_flush_timeout; in netdev_nl_napi_fill_one() local202 gro_flush_timeout = napi_get_gro_flush_timeout(napi); in netdev_nl_napi_fill_one()204 gro_flush_timeout)) in netdev_nl_napi_fill_one()323 u64 gro_flush_timeout = 0; in netdev_nl_napi_set_config() local337 gro_flush_timeout = nla_get_uint(info->attrs[NETDEV_A_NAPI_GRO_FLUSH_TIMEOUT]); in netdev_nl_napi_set_config()338 napi_set_gro_flush_timeout(napi, gro_flush_timeout); in netdev_nl_napi_set_config()
6940 n->gro_flush_timeout = n->config->gro_flush_timeout; in napi_restore_config()6956 n->config->gro_flush_timeout = n->gro_flush_timeout; in napi_save_config()7043 napi_set_gro_flush_timeout(napi, READ_ONCE(dev->gro_flush_timeout)); in netif_napi_add_weight_locked()
190 The ``gro_flush_timeout`` sysfs configuration of the netdevice292 if ``gro_flush_timeout`` passes without any busy poll call. For epoll-based305 It is important to note that choosing a large value for ``gro_flush_timeout``308 ``gro_flush_timeout`` can cause interference of the user application which is343 2. The sysfs parameter or per-NAPI config parameters ``gro_flush_timeout``358 automatically disabled and the ``gro_flush_timeout`` and362 than ``gro_flush_timeout`` as ``irq-suspend-timeout`` should suspend IRQs for366 ``gro_flush_timeout`` to use IRQ suspension, their use is strongly371 overrides ``gro_flush_timeout`` and keeps the system busy polling, but when372 epoll finds no events, the setting of ``gro_flush_timeout`` and[all …]
139 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout141 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
102 unsigned_long gro_flush_timeout read_mostly …189 unsigned_long gro_flush_timeout
352 u64 gro_flush_timeout; member390 unsigned long gro_flush_timeout; member2448 unsigned long gro_flush_timeout; member