Home
last modified time | relevance | path

Searched refs:mlx5e_rq (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.h11 int mlx5e_xsk_alloc_rx_mpwqe(struct mlx5e_rq *rq, u16 ix);
12 int mlx5e_xsk_alloc_rx_wqes_batched(struct mlx5e_rq *rq, u16 ix, int wqe_bulk);
13 int mlx5e_xsk_alloc_rx_wqes(struct mlx5e_rq *rq, u16 ix, int wqe_bulk);
14 struct sk_buff *mlx5e_xsk_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq,
20 struct sk_buff *mlx5e_xsk_skb_from_cqe_linear(struct mlx5e_rq *rq,
H A Drx.c19 int mlx5e_xsk_alloc_rx_mpwqe(struct mlx5e_rq *rq, u16 ix) in mlx5e_xsk_alloc_rx_mpwqe()
160 int mlx5e_xsk_alloc_rx_wqes_batched(struct mlx5e_rq *rq, u16 ix, int wqe_bulk) in mlx5e_xsk_alloc_rx_wqes_batched()
198 int mlx5e_xsk_alloc_rx_wqes(struct mlx5e_rq *rq, u16 ix, int wqe_bulk) in mlx5e_xsk_alloc_rx_wqes()
225 static struct sk_buff *mlx5e_xsk_construct_skb(struct mlx5e_rq *rq, struct xdp_buff *xdp) in mlx5e_xsk_construct_skb()
247 struct sk_buff *mlx5e_xsk_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, in mlx5e_xsk_skb_from_cqe_mpwrq_linear()
304 struct sk_buff *mlx5e_xsk_skb_from_cqe_linear(struct mlx5e_rq *rq, in mlx5e_xsk_skb_from_cqe_linear()
H A Dsetup.c64 struct mlx5e_rq *rq) in mlx5e_init_xsk_rq()
98 struct mlx5e_rq *xskrq = &c->xskrq; in mlx5e_open_xsk_rq()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c305 static inline int mlx5e_get_rx_frag(struct mlx5e_rq *rq, in mlx5e_get_rx_frag()
331 static inline void mlx5e_put_rx_frag(struct mlx5e_rq *rq, in mlx5e_put_rx_frag()
374 static inline void mlx5e_free_rx_wqe(struct mlx5e_rq *rq, in mlx5e_free_rx_wqe()
661 static int mlx5e_build_shampo_hd_umr(struct mlx5e_rq *rq, in mlx5e_build_shampo_hd_umr()
726 static int mlx5e_alloc_rx_hd_mpwqe(struct mlx5e_rq *rq) in mlx5e_alloc_rx_hd_mpwqe()
863 void mlx5e_shampo_dealloc_hd(struct mlx5e_rq *rq) in mlx5e_shampo_dealloc_hd()
964 void mlx5e_shampo_fill_umr(struct mlx5e_rq *rq, int len) in mlx5e_shampo_fill_umr()
986 struct mlx5e_rq *rq = &c->rq; in mlx5e_handle_shampo_hd_umr()
1473 struct mlx5e_rq *rq, in mlx5e_handle_csum()
1544 struct mlx5e_rq *rq, in mlx5e_build_rx_skb()
[all …]
H A Den.h587 struct mlx5e_rq;
655 struct mlx5e_rq { struct
746 struct mlx5e_rq rq; argument
764 struct mlx5e_rq xskrq;
882 struct mlx5e_rq drop_rq;
1030 struct mlx5e_rq *rq);
1033 void mlx5e_close_rq(struct mlx5e_rq *rq);
1035 void mlx5e_destroy_rq(struct mlx5e_rq *rq);
1099 void mlx5e_activate_rq(struct mlx5e_rq *rq);
1100 void mlx5e_deactivate_rq(struct mlx5e_rq *rq);
[all …]
H A Den_txrx.c61 static void mlx5e_handle_rx_dim(struct mlx5e_rq *rq) in mlx5e_handle_rx_dim()
88 static bool mlx5e_napi_xsk_post(struct mlx5e_xdpsq *xsksq, struct mlx5e_rq *xskrq) in mlx5e_napi_xsk_post()
131 struct mlx5e_rq *xskrq = &c->xskrq; in mlx5e_napi_poll()
132 struct mlx5e_rq *rq = &c->rq; in mlx5e_napi_poll()
H A Den_dim.c48 struct mlx5e_rq *rq = dim->priv; in mlx5e_rx_dim_work()
97 int mlx5e_dim_rx_change(struct mlx5e_rq *rq, bool enable) in mlx5e_dim_rx_change()
H A Den_main.c586 struct mlx5e_rq *rq) in mlx5e_create_rq_hd_umr_mkey()
704 struct mlx5e_rq *rq = container_of(recover_work, struct mlx5e_rq, recover_work); in mlx5e_rq_err_cqe_work()
763 struct mlx5e_rq *rq, in mlx5_rq_shampo_alloc()
820 int node, struct mlx5e_rq *rq) in mlx5e_alloc_rq()
1185 void mlx5e_destroy_rq(struct mlx5e_rq *rq) in mlx5e_destroy_rq()
1245 void mlx5e_free_rx_descs(struct mlx5e_rq *rq) in mlx5e_free_rx_descs()
1291 struct mlx5e_rq *rq) in mlx5e_open_rq()
1361 void mlx5e_activate_rq(struct mlx5e_rq *rq) in mlx5e_activate_rq()
1372 void mlx5e_close_rq(struct mlx5e_rq *rq) in mlx5e_close_rq()
3448 struct mlx5e_rq *rq, in mlx5e_alloc_drop_rq()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c78 struct mlx5e_rq *xskrq = NULL; in mlx5e_rx_reporter_err_icosq_cqe_recover()
82 struct mlx5e_rq *rq; in mlx5e_rx_reporter_err_icosq_cqe_recover()
152 struct mlx5e_rq *rq = ctx; in mlx5e_rx_reporter_err_rq_cqe_recover()
173 struct mlx5e_rq *rq; in mlx5e_rx_reporter_timeout_recover()
237 mlx5e_rx_reporter_build_diagnose_output_rq_common(struct mlx5e_rq *rq, in mlx5e_rx_reporter_build_diagnose_output_rq_common()
322 struct mlx5e_rq *generic_rq = &priv->channels.c[0]->rq; in mlx5e_rx_reporter_diagnose_common_config()
439 struct mlx5e_rq *rq; in mlx5e_rx_reporter_diagnose_rqs()
510 struct mlx5e_rq *rq = ctx; in mlx5e_rx_reporter_dump_rq()
558 struct mlx5e_rq *rq = &priv->channels.c[i]->rq; in mlx5e_rx_reporter_dump_all_rqs()
588 void mlx5e_reporter_rx_timeout(struct mlx5e_rq *rq) in mlx5e_reporter_rx_timeout()
[all …]
H A Dtxrx.h89 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq));
90 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
92 void mlx5e_free_rx_descs(struct mlx5e_rq *rq);
93 void mlx5e_free_rx_missing_descs(struct mlx5e_rq *rq);
248 struct mlx5e_rq *rq;
379 static inline void mlx5e_rqwq_reset(struct mlx5e_rq *rq) in mlx5e_rqwq_reset()
405 static inline u32 mlx5e_rqwq_get_size(struct mlx5e_rq *rq) in mlx5e_rqwq_get_size()
415 static inline u32 mlx5e_rqwq_get_cur_sz(struct mlx5e_rq *rq) in mlx5e_rqwq_get_cur_sz()
425 static inline u16 mlx5e_rqwq_get_head(struct mlx5e_rq *rq) in mlx5e_rqwq_get_head()
435 static inline u16 mlx5e_rqwq_get_wqe_counter(struct mlx5e_rq *rq) in mlx5e_rqwq_get_wqe_counter()
[all …]
H A Dxdp.h51 struct mlx5e_rq *rq;
97 struct mlx5e_rq *rq;
106 bool mlx5e_xdp_handle(struct mlx5e_rq *rq,
112 void mlx5e_xdp_rx_poll_complete(struct mlx5e_rq *rq);
H A Ddim.h12 struct mlx5e_rq;
42 int mlx5e_dim_rx_change(struct mlx5e_rq *rq, bool enabled);
H A Dhealth.h32 void mlx5e_reporter_rq_cqe_err(struct mlx5e_rq *rq);
33 void mlx5e_reporter_rx_timeout(struct mlx5e_rq *rq);
H A Dtrap.c12 struct mlx5e_rq *rq = &trap_ctx->rq; in mlx5e_trap_napi_poll()
40 struct mlx5e_rq *rq) in mlx5e_init_trap_rq()
65 struct mlx5e_rq *rq = &t->rq; in mlx5e_open_trap_rq()
96 static void mlx5e_close_trap_rq(struct mlx5e_rq *rq) in mlx5e_close_trap_rq()
H A Dtrap.h12 struct mlx5e_rq rq;
H A Dptp.h53 struct mlx5e_rq rq;
H A Dxdp.c61 mlx5e_xmit_xdp_buff(struct mlx5e_xdpsq *sq, struct mlx5e_rq *rq, in mlx5e_xmit_xdp_buff()
311 bool mlx5e_xdp_handle(struct mlx5e_rq *rq, in mlx5e_xdp_handle()
947 void mlx5e_xdp_rx_poll_complete(struct mlx5e_rq *rq) in mlx5e_xdp_rx_poll_complete()
H A Dptp.c267 struct mlx5e_rq *rq = &c->rq; in mlx5e_ptp_napi_poll()
689 struct mlx5e_rq *rq) in mlx5e_init_ptp_rq()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h39 void mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq,
68 mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_rep_tc_receive()
H A Dtc.c700 void mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_rep_tc_receive()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h22 void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, struct sk_buff *skb,
85 static inline void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, in mlx5e_ktls_handle_rx_skb()
H A Dktls_rx.c482 static void resync_update_sn(struct mlx5e_rq *rq, struct sk_buff *skb) in resync_update_sn()
562 void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, struct sk_buff *skb, in mlx5e_ktls_handle_rx_skb()