Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/drivers/net/hw/
Dirq.py26 napis = cfg.netnl.napi_get({"ifindex": cfg.ifindex}, dump=True)
27 irqs = sum(['irq' in x for x in napis])
30 ksft_eq(irqs, len(napis))
34 napis = cfg.netnl.napi_get({"ifindex": cfg.ifindex}, dump=True)
35 for n in reversed(napis):
39 raise KsftSkipEx(f"Device has no NAPI with IRQ attribute (#napis: {len(napis)}")
/linux-6.15/tools/testing/selftests/net/
Dnl_netdev.py27 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
28 ksft_eq(len(napis), 100)
33 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
34 ksft_eq(len(napis), 100,
/linux-6.15/tools/testing/selftests/drivers/net/
Dqueues.py102 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
111 if napis:
113 nl.napi_get({'id': napis[0]['id']})
/linux-6.15/net/core/
Ddev.h211 * netdev_set_defer_hard_irqs - set defer_hard_irqs for all NAPIs of a netdev
212 * @netdev: the net_device for which all NAPIs will have defer_hard_irqs set
257 * netdev_set_gro_flush_timeout - set gro_flush_timeout of a netdev's NAPIs
258 * @netdev: the net_device for which all NAPIs will have gro_flush_timeout set
Ddev.c7180 /* default settings from sysfs are applied to all NAPIs. any per-NAPI in netif_napi_add_weight_locked()
/linux-6.15/drivers/net/ethernet/
Djme.h386 #define JME_RX_COMPLETE(dev, napis) napi_complete(napis) argument
/linux-6.15/Documentation/netlink/specs/
Dnetdev.yaml304 XDP TX queues allocated in the kernel are not linked to NAPIs and
/linux-6.15/drivers/net/
Dveth.c1228 /* on error always delete the newly added napis */ in veth_enable_range_safe()
/linux-6.15/drivers/net/ethernet/amazon/ena/
Dena_netdev.c1683 * have a NAPI, so care must be taken to correctly map IRQs to NAPIs. in ena_request_io_irq()
/linux-6.15/drivers/s390/net/
Dqeth_core_main.c7092 /* Queues may get re-allocated, so remove the NAPIs. */ in qeth_stop()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5276 /* Under netdev instance lock and all our NAPIs have been disabled. in bnxt_free_ntp_fltrs()