Home
last modified time | relevance | path

Searched refs:napi_defer_hard_irqs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh122 echo 2 > /sys/class/net/${VETH0}/napi_defer_hard_irqs
124 echo 2 > /sys/class/net/${VETH1}/napi_defer_hard_irqs
/openbmc/linux/Documentation/networking/
H A Dnapi.rst193 ``napi_defer_hard_irqs`` controls the number of consecutive empty polls
/openbmc/linux/net/core/
H A Dnet-sysfs.c409 WRITE_ONCE(dev->napi_defer_hard_irqs, val); in change_napi_defer_hard_irqs()
422 NETDEVICE_SHOW_RW(napi_defer_hard_irqs, fmt_dec);
H A Ddev.c6113 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs); in napi_complete_done()
6223 napi->defer_hard_irqs_count = READ_ONCE(napi->dev->napi_defer_hard_irqs); in busy_poll_stop()
10717 dev->napi_defer_hard_irqs = 1; in netdev_sw_irq_coalesce_default_on()
/openbmc/linux/include/linux/
H A Dnetdevice.h2247 int napi_defer_hard_irqs; member