Home
last modified time | relevance | path

Searched full:napis (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A Dnapi_threaded.py45 of all napis is preserved after a change in number of queues.
48 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
49 ksft_ge(len(napis), 2)
51 napi0_id = napis[0]['id']
52 napi1_id = napis[1]['id']
59 # check napi threaded is set for both napis
79 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
80 ksft_ge(len(napis), 2)
82 napi0_id = napis[0]['id']
83 napi1_id = napis[1]['id']
[all …]
H A Dqueues.py102 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
111 if napis:
113 nl.napi_get({'id': napis[0]['id']})
/linux/tools/testing/selftests/net/
H A Dnl_netdev.py28 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
29 ksft_eq(len(napis), 100)
34 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
35 ksft_eq(len(napis), 100,
48 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
49 ksft_eq(len(napis), 2)
51 napi0_id = napis[0]['id']
52 napi1_id = napis[1]['id']
87 # check napi threaded is set for both napis
98 # check napi threaded is unset for both napis
[all …]
/linux/net/core/
H A Ddev.h227 * netdev_set_defer_hard_irqs - set defer_hard_irqs for all NAPIs of a netdev
228 * @netdev: the net_device for which all NAPIs will have defer_hard_irqs set
273 * netdev_set_gro_flush_timeout - set gro_flush_timeout of a netdev's NAPIs
274 * @netdev: the net_device for which all NAPIs will have gro_flush_timeout set
H A Ddev.c7036 /* Override the config for all NAPIs even if currently not listed */ in netif_set_threaded()
7044 * netif_threaded_enable() - enable threaded NAPIs
7361 /* default settings from sysfs are applied to all NAPIs. any per-NAPI in netif_napi_add_weight_locked()
/linux/drivers/net/ethernet/
H A Djme.h386 #define JME_RX_COMPLETE(dev, napis) napi_complete(napis) argument
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml318 XDP TX queues allocated in the kernel are not linked to NAPIs and
/linux/drivers/net/
H A Dveth.c1265 /* on error always delete the newly added napis */ in veth_enable_range_safe()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1687 * have a NAPI, so care must be taken to correctly map IRQs to NAPIs. in ena_request_io_irq()
/linux/drivers/s390/net/
H A Dqeth_core_main.c7094 /* Queues may get re-allocated, so remove the NAPIs. */ in qeth_stop()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5337 /* Under netdev instance lock and all our NAPIs have been disabled. in bnxt_free_ntp_fltrs()