Home
last modified time | relevance | path

Searched refs:NAPI_POLL_WEIGHT (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h77 #define CMP_QUEUE_CQE_THRESH (NAPI_POLL_WEIGHT / 2)
/linux/include/linux/
H A Dnetdevice.h2802 #define NAPI_POLL_WEIGHT 64 macro
2831 netif_napi_add_weight(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add()
2838 netif_napi_add_weight_locked(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add_locked()
2857 netif_napi_add_weight_locked(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add_config_locked()
2890 netif_napi_add_tx_weight(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add_tx()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c537 1, NAPI_POLL_WEIGHT); in otx2_set_coalesce()
539 1, NAPI_POLL_WEIGHT); in otx2_set_coalesce()
/linux/kernel/bpf/
H A Dcpumap.c396 if (packets >= NAPI_POLL_WEIGHT || empty) { in cpu_map_kthread_run()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h104 #define MAX_RX_POST NAPI_POLL_WEIGHT /* Frags posted at a time */
/linux/drivers/net/can/m_can/
H A Dm_can.c1279 ret = m_can_rx_handler(dev, NAPI_POLL_WEIGHT, ir); in m_can_interrupt_handler()
2538 NAPI_POLL_WEIGHT); in m_can_class_register()
/linux/drivers/net/hyperv/
H A Dnetvsc.c1418 if (unlikely(filled > NAPI_POLL_WEIGHT)) { in enq_receive_complete()
/linux/net/bpf/
H A Dtest_run.c1294 batch_size = NAPI_POLL_WEIGHT; in bpf_prog_test_run_xdp()
/linux/drivers/net/
H A Dvirtio_net.c30 static int napi_weight = NAPI_POLL_WEIGHT;
5358 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce()
5433 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_per_queue_coalesce()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c59 #define TX_WORK_PER_LOOP NAPI_POLL_WEIGHT
60 #define RX_WORK_PER_LOOP NAPI_POLL_WEIGHT
/linux/net/core/
H A Ddev.c7521 if (weight > NAPI_POLL_WEIGHT) in netif_napi_add_weight_locked()