Searched refs:napi_poll (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/scripts/python/bin/ |
| H A D | netdev-times-record | 5 -e skb:skb_copy_datagram_iovec -e napi:napi_poll \
|
| /linux/net/core/ |
| H A D | net-traces.c | 61 EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll);
|
| H A D | dev.c | 6888 int (*napi_poll)(struct napi_struct *napi, int budget); in __napi_busy_loop() local 6896 napi_poll = NULL; in __napi_busy_loop() 6909 if (!napi_poll) { in __napi_busy_loop() 6929 napi_poll = napi->poll; in __napi_busy_loop() 6931 work = napi_poll(napi, budget); in __napi_busy_loop() 6948 if (napi_poll) in __napi_busy_loop() 6961 if (napi_poll) in __napi_busy_loop() 7734 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() function 7896 budget -= napi_poll(n, &repoll); in net_rx_action()
|
| /linux/include/trace/events/ |
| H A D | napi.h | 14 TRACE_EVENT(napi_poll,
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 71 … threaded napi_poll(napi_enable,neti… 139 … npinfo read_mostly napi_poll/napi_poll_lock
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_common.h | 224 unsigned long napi_poll; member
|
| H A D | sxgbe_ethtool.c | 48 SXGBE_STAT(napi_poll),
|
| H A D | sxgbe_main.c | 1565 priv->xstats.napi_poll++; in sxgbe_poll()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.c | 4484 int (*napi_poll)(struct napi_struct *napi, int budget); in idpf_vport_intr_napi_add_all() 4489 napi_poll = idpf_vport_splitq_napi_poll; in idpf_vport_intr_napi_add_all() 4491 napi_poll = idpf_vport_singleq_napi_poll; in idpf_vport_intr_napi_add_all() 4499 napi_poll, v_idx); 4478 int (*napi_poll)(struct napi_struct *napi, int budget); idpf_vport_intr_napi_add_all() local
|