/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.h | 81 struct napi_struct *napi); 87 struct napi_struct *napi); 89 struct napi_struct *napi, int budget, 101 struct napi_struct *napi, 105 struct napi_struct *napi, int *budget);
|
H A D | dp_rx.h | 113 struct napi_struct *napi, int budget); 114 int ath12k_dp_rx_process_err(struct ath12k_base *ab, struct napi_struct *napi, 117 struct napi_struct *napi,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.h | 70 struct napi_struct *napi, int budget); 71 int ath11k_dp_process_rx_err(struct ath11k_base *ab, struct napi_struct *napi, 74 struct napi_struct *napi, 85 struct napi_struct *napi, int budget); 87 struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.h | 12 int ionic_rx_napi(struct napi_struct *napi, int budget); 13 int ionic_tx_napi(struct napi_struct *napi, int budget); 14 int ionic_txrx_napi(struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-op-mode.h | 95 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi, 97 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi, 136 struct napi_struct *napi, in iwl_op_mode_rx() 143 struct napi_struct *napi, in iwl_op_mode_rx_rss()
|
/openbmc/linux/net/core/ |
H A D | gro.c | 232 static void napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete() 268 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain() 290 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() 415 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest() 434 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive() 570 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish() 597 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive() 613 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb() 643 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags() 658 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish() [all …]
|
H A D | gro_cells.c | 9 struct napi_struct napi; 50 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
|
/openbmc/linux/include/linux/ |
H A D | netpoll.h | 70 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock() 87 struct napi_struct *napi = have; in netpoll_poll_unlock() 99 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
|
H A D | netdevice.h | 352 struct napi_struct { struct 365 int (*poll)(struct napi_struct *, int); argument 470 void __napi_schedule(struct napi_struct *n); 471 void __napi_schedule_irqoff(struct napi_struct *n); 473 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending() 478 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() 483 bool napi_schedule_prep(struct napi_struct *n); 492 static inline void napi_schedule(struct napi_struct *n) in napi_schedule() 504 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff() 511 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule() [all …]
|
/openbmc/linux/drivers/net/ethernet/sunplus/ |
H A D | spl2sw_int.h | 9 int spl2sw_rx_poll(struct napi_struct *napi, int budget); 10 int spl2sw_tx_poll(struct napi_struct *napi, int budget);
|
/openbmc/linux/include/trace/events/ |
H A D | napi.h | 16 TP_PROTO(struct napi_struct *napi, int work, int budget), 21 __field( struct napi_struct *, napi)
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_txrx.h | 165 struct napi_struct *napi; 217 struct napi_struct napi; 247 int fun_rxq_napi_poll(struct napi_struct *napi, int budget); 248 int fun_txq_napi_poll(struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | netdev.h | 23 struct napi_struct napi; 103 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
|
H A D | ipoib_rx.c | 22 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size) in prepare_frag_skb() 49 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 334 struct napi_struct napi_rx; 335 struct napi_struct napi_tx; 455 int cpsw_tx_mq_poll(struct napi_struct *napi_tx, int budget); 456 int cpsw_tx_poll(struct napi_struct *napi_tx, int budget); 457 int cpsw_rx_mq_poll(struct napi_struct *napi_rx, int budget); 458 int cpsw_rx_poll(struct napi_struct *napi_rx, int budget);
|
H A D | am65-cpsw-nuss.h | 73 struct napi_struct napi_tx; 138 struct napi_struct napi_rx;
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | nfd3.h | 95 int nfp_nfd3_poll(struct napi_struct *napi, int budget); 104 int nfp_nfd3_xsk_poll(struct napi_struct *napi, int budget);
|
/openbmc/linux/include/net/ |
H A D | busy_poll.h | 31 struct napi_struct; 119 struct napi_struct *napi) in skb_mark_napi_id()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_dpmaif.h | 119 struct napi_struct napi; 167 struct napi_struct *napi);
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 86 struct napi_struct napi; 150 int sunvnet_poll_common(struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 117 struct napi_struct napi; 166 int otx2_napi_handler(struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 46 struct napi_struct napi_tx; 47 struct napi_struct napi_rx;
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_xdp.c | 49 struct napi_struct *napi; in igc_xdp_enable_pool() 109 struct napi_struct *napi; in igc_xdp_disable_pool()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige.h | 128 struct napi_struct napi; 205 int mlxbf_gige_poll(struct napi_struct *napi, int budget);
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac.h | 128 struct napi_struct rx_napi ____cacheline_aligned_in_smp; 129 struct napi_struct tx_napi ____cacheline_aligned_in_smp; 130 struct napi_struct rxtx_napi ____cacheline_aligned_in_smp;
|