Searched refs:napi_struct (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.h9 int spl2sw_rx_poll(struct napi_struct *napi, int budget);
10 int spl2sw_tx_poll(struct napi_struct *napi, int budget);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.h12 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);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_utils.h22 struct sk_buff *gve_rx_copy_data(struct net_device *dev, struct napi_struct *napi,
25 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi,
32 int (*gve_poll)(struct napi_struct *, int));
H A Dgve_utils.c67 struct sk_buff *gve_rx_copy_data(struct net_device *dev, struct napi_struct *napi,
83 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi,
109 int (*gve_poll)(struct napi_struct *, int))
H A Dgve_dqo.h54 struct napi_struct *napi);
105 int gve_napi_poll_dqo(struct napi_struct *napi, int budget);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h81 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 Ddp_rx.h113 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,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h69 struct napi_struct *napi, int budget);
70 int ath11k_dp_process_rx_err(struct ath11k_base *ab, struct napi_struct *napi,
73 struct napi_struct *napi,
84 struct napi_struct *napi, int budget);
86 struct napi_struct *napi, int budget);
/linux-master/include/linux/
H A Dnetpoll.h70 static inline void *netpoll_poll_lock(struct napi_struct *napi)
87 struct napi_struct *napi = have;
99 static inline void *netpoll_poll_lock(struct napi_struct *napi)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.h14 struct napi_struct napi;
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h95 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,
134 struct napi_struct *napi,
141 struct napi_struct *napi,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dnetdev.h23 struct napi_struct napi;
103 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
H A Dipoib_rx.c22 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size)
49 struct napi_struct *napi = &rxq->napi;
/linux-master/drivers/net/fjes/
H A Dfjes.h27 struct napi_struct napi;
/linux-master/drivers/net/can/ctucanfd/
H A Dctucanfd.h44 struct napi_struct napi;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.h41 struct napi_struct napi;
H A Dhinic_tx.h40 struct napi_struct napi;
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.h52 struct napi_struct *napi[RXQ_NUM];
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rep.h58 struct napi_struct napi;
/linux-master/include/net/
H A Dnetdev_rx_queue.h27 struct napi_struct *napi;
H A Dbusy_poll.h31 struct napi_struct;
123 struct napi_struct *napi)
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dnfd3.h95 int nfp_nfd3_poll(struct napi_struct *napi, int budget);
104 int nfp_nfd3_xsk_poll(struct napi_struct *napi, int budget);
/linux-master/include/trace/events/
H A Dnapi.h16 TP_PROTO(struct napi_struct *napi, int work, int budget),
21 __field( struct napi_struct *, napi)
/linux-master/net/core/
H A Ddev.h147 void xdp_do_check_flushed(struct napi_struct *napi);
149 static inline void xdp_do_check_flushed(struct napi_struct *napi) { }
152 struct napi_struct *napi_by_id(unsigned int napi_id);
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.h86 struct napi_struct napi;
150 int sunvnet_poll_common(struct napi_struct *napi, int budget);

Completed in 437 milliseconds

1234567891011>>