Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/
H A Dnapi_threaded.py55 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
56 for napi in napis:
64 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
65 for napi in napis:
74 of all napis is preserved after a change in number of queues.
77 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
78 ksft_ge(len(napis), 2)
80 napi0_id = napis[0]['id']
81 napi1_id = napis[1]['id']
88 # check napi threaded is set for both napis
[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/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.py54 napis = cfg.netnl.napi_get({"ifindex": cfg.ifindex}, dump=True)
57 napis = {n["id"]: n for n in napis}
65 cpus.append(_get_cpu_for_irq(napis[queues[name]["napi-id"]]["irq"]))
/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.yaml319 XDP TX queues allocated in the kernel are not linked to NAPIs and
/linux/net/core/
H A Ddev.c7209 /* Override the config for all NAPIs even if currently not listed */ in netif_set_threaded()
7217 * netif_threaded_enable() - enable threaded NAPIs
7534 /* default settings from sysfs are applied to all NAPIs. any per-NAPI in netif_napi_add_weight_locked()
/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/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5359 /* Under netdev instance lock and all our NAPIs have been disabled. in bnxt_free_ntp_fltrs()