Searched full:napis (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/drivers/net/ |
H A D | napi_threaded.py | 45 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 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/tools/testing/selftests/net/ |
H A D | nl_netdev.py | 28 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 D | dev.h | 227 * 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 D | dev.c | 7036 /* 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 D | jme.h | 386 #define JME_RX_COMPLETE(dev, napis) napi_complete(napis) argument
|
/linux/Documentation/netlink/specs/ |
H A D | netdev.yaml | 318 XDP TX queues allocated in the kernel are not linked to NAPIs and
|
/linux/drivers/net/ |
H A D | veth.c | 1265 /* on error always delete the newly added napis */ in veth_enable_range_safe()
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 1687 * 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 D | qeth_core_main.c | 7094 /* Queues may get re-allocated, so remove the NAPIs. */ in qeth_stop()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 5337 /* Under netdev instance lock and all our NAPIs have been disabled. in bnxt_free_ntp_fltrs()
|