Searched refs:napi_defer_hard_irqs (Results 1 – 7 of 7) sorted by relevance
138 echo 2 > /sys/class/net/${VETH0}/napi_defer_hard_irqs140 echo 2 > /sys/class/net/${VETH1}/napi_defer_hard_irqs
192 ``napi_defer_hard_irqs`` controls the number of consecutive empty polls344 and ``napi_defer_hard_irqs`` can be set to low values. They will be used359 ``napi_defer_hard_irqs`` mitigation mechanisms take over.365 While it is not strictly necessary to use ``napi_defer_hard_irqs`` and373 ``napi_defer_hard_irqs`` determine the next step.383 ``napi_defer_hard_irqs`` are set.385 If ``gro_flush_timeout`` and ``napi_defer_hard_irqs`` are set, Loops 2391 If ``gro_flush_timeout`` and ``napi_defer_hard_irqs`` are not set, Loop 3394 Therefore, setting ``gro_flush_timeout`` and ``napi_defer_hard_irqs`` is
103 u32 napi_defer_hard_irqs read_mostly …190 u32 napi_defer_hard_irqs
166 u32 napi_defer_hard_irqs; in netdev_nl_napi_fill_one() local192 napi_defer_hard_irqs = napi_get_defer_hard_irqs(napi); in netdev_nl_napi_fill_one()194 napi_defer_hard_irqs)) in netdev_nl_napi_fill_one()
215 WRITE_ONCE(netdev->napi_defer_hard_irqs, defer); in netdev_set_defer_hard_irqs()
7042 napi_set_defer_hard_irqs(napi, READ_ONCE(dev->napi_defer_hard_irqs)); in netif_napi_add_weight_locked()
2449 u32 napi_defer_hard_irqs; member