Searched full:napis (Results 1 – 11 of 11) sorted by relevance
/linux-6.15/tools/testing/selftests/drivers/net/hw/ |
D | irq.py | 26 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/ |
D | nl_netdev.py | 27 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/ |
D | queues.py | 102 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/ |
D | dev.h | 211 * 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
|
D | dev.c | 7180 /* default settings from sysfs are applied to all NAPIs. any per-NAPI in netif_napi_add_weight_locked()
|
/linux-6.15/drivers/net/ethernet/ |
D | jme.h | 386 #define JME_RX_COMPLETE(dev, napis) napi_complete(napis) argument
|
/linux-6.15/Documentation/netlink/specs/ |
D | netdev.yaml | 304 XDP TX queues allocated in the kernel are not linked to NAPIs and
|
/linux-6.15/drivers/net/ |
D | veth.c | 1228 /* on error always delete the newly added napis */ in veth_enable_range_safe()
|
/linux-6.15/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 1683 * 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/ |
D | qeth_core_main.c | 7092 /* Queues may get re-allocated, so remove the NAPIs. */ in qeth_stop()
|
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5276 /* Under netdev instance lock and all our NAPIs have been disabled. in bnxt_free_ntp_fltrs()
|