Searched refs:gro_flush_timeout (Results 1 – 5 of 5) sorted by relevance
123 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout125 echo 200000 > /sys/class/net/${VETH1}/gro_flush_timeout
191 The ``gro_flush_timeout`` sysfs configuration of the netdevice226 if ``gro_flush_timeout`` passes without any busy poll call.
394 WRITE_ONCE(dev->gro_flush_timeout, val); in change_gro_flush_timeout()407 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
6109 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()6114 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()6221 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()10654 dev->gro_flush_timeout = 20000; in netdev_sw_irq_coalesce_default_on()
2235 unsigned long gro_flush_timeout; member