Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh138 echo 2 > /sys/class/net/${VETH0}/napi_defer_hard_irqs
140 echo 2 > /sys/class/net/${VETH1}/napi_defer_hard_irqs
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst101 int napi_defer_hard_irqs - read_mostly …
/linux/Documentation/networking/
H A Dnapi.rst193 ``napi_defer_hard_irqs`` controls the number of consecutive empty polls
/linux/net/core/
H A Dnet-sysfs.c428 WRITE_ONCE(dev->napi_defer_hard_irqs, val); in change_napi_defer_hard_irqs()
441 NETDEVICE_SHOW_RW(napi_defer_hard_irqs, fmt_dec);
H A Ddev.c6187 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs); in napi_complete_done()
6323 napi->defer_hard_irqs_count = READ_ONCE(napi->dev->napi_defer_hard_irqs); in busy_poll_stop()
10894 dev->napi_defer_hard_irqs = 1; in netdev_sw_irq_coalesce_default_on()
11810 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, napi_defer_hard_irqs); in net_dev_struct_check()
/linux/include/linux/
H A Dnetdevice.h2092 int napi_defer_hard_irqs; member