Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
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,
A Drx.c19 int mlx5e_xsk_alloc_rx_mpwqe(struct mlx5e_rq *rq, u16 ix) in mlx5e_xsk_alloc_rx_mpwqe()
159 int mlx5e_xsk_alloc_rx_wqes_batched(struct mlx5e_rq *rq, u16 ix, int wqe_bulk) in mlx5e_xsk_alloc_rx_wqes_batched()
199 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()
A Dsetup.c63 struct mlx5e_rq *rq) in mlx5e_init_xsk_rq()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c153 static inline void mlx5e_decompress_cqe(struct mlx5e_rq *rq, in mlx5e_decompress_cqe()
368 static inline int mlx5e_get_rx_frag(struct mlx5e_rq *rq, in mlx5e_get_rx_frag()
384 static inline void mlx5e_put_rx_frag(struct mlx5e_rq *rq, in mlx5e_put_rx_frag()
426 static inline void mlx5e_free_rx_wqe(struct mlx5e_rq *rq, in mlx5e_free_rx_wqe()
526 static void mlx5e_post_rx_mpwqe(struct mlx5e_rq *rq, u8 n) in mlx5e_post_rx_mpwqe()
579 static int mlx5e_build_shampo_hd_umr(struct mlx5e_rq *rq, in mlx5e_build_shampo_hd_umr()
654 static int mlx5e_alloc_rx_hd_mpwqe(struct mlx5e_rq *rq) in mlx5e_alloc_rx_hd_mpwqe()
900 struct mlx5e_rq *rq = &c->rq; in mlx5e_handle_shampo_hd_umr()
1394 struct mlx5e_rq *rq, in mlx5e_handle_csum()
1465 struct mlx5e_rq *rq, in mlx5e_build_rx_skb()
[all …]
A Den.h504 struct mlx5e_rq *rq;
626 struct mlx5e_rq;
691 struct mlx5e_rq { struct
783 struct mlx5e_rq rq; argument
801 struct mlx5e_rq xskrq;
911 struct mlx5e_rq drop_rq;
1051 struct mlx5e_rq *rq);
1054 void mlx5e_close_rq(struct mlx5e_rq *rq);
1056 void mlx5e_destroy_rq(struct mlx5e_rq *rq);
1108 void mlx5e_activate_rq(struct mlx5e_rq *rq);
[all …]
A Den_dim.c47 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim); in mlx5e_rx_dim_work()
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()
A Den_main.c483 struct mlx5e_rq *rq) in mlx5e_create_rq_hd_umr_mkey()
557 struct mlx5e_rq *rq = container_of(recover_work, struct mlx5e_rq, recover_work); in mlx5e_rq_err_cqe_work()
585 struct mlx5e_rq *rq) in mlx5e_init_rxq_rq()
615 struct mlx5e_rq *rq, in mlx5_rq_shampo_alloc()
694 int node, struct mlx5e_rq *rq) in mlx5e_alloc_rq()
1072 void mlx5e_destroy_rq(struct mlx5e_rq *rq) in mlx5e_destroy_rq()
1167 struct mlx5e_rq *rq) in mlx5e_open_rq()
1224 void mlx5e_activate_rq(struct mlx5e_rq *rq) in mlx5e_activate_rq()
1235 void mlx5e_close_rq(struct mlx5e_rq *rq) in mlx5e_close_rq()
3156 struct mlx5e_rq *rq, in mlx5e_alloc_drop_rq()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtxrx.h68 void mlx5e_page_dma_unmap(struct mlx5e_rq *rq, struct page *page);
70 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq));
71 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
73 void mlx5e_free_rx_descs(struct mlx5e_rq *rq);
74 void mlx5e_free_rx_in_progress_descs(struct mlx5e_rq *rq);
201 struct mlx5e_rq *rq;
332 static inline void mlx5e_rqwq_reset(struct mlx5e_rq *rq) in mlx5e_rqwq_reset()
358 static inline u32 mlx5e_rqwq_get_size(struct mlx5e_rq *rq) in mlx5e_rqwq_get_size()
368 static inline u32 mlx5e_rqwq_get_cur_sz(struct mlx5e_rq *rq) in mlx5e_rqwq_get_cur_sz()
378 static inline u16 mlx5e_rqwq_get_head(struct mlx5e_rq *rq) in mlx5e_rqwq_get_head()
[all …]
A Dreporter_rx.c65 struct mlx5e_rq *xskrq = NULL; in mlx5e_rx_reporter_err_icosq_cqe_recover()
69 struct mlx5e_rq *rq; in mlx5e_rx_reporter_err_icosq_cqe_recover()
139 struct mlx5e_rq *rq = ctx; in mlx5e_rx_reporter_err_rq_cqe_recover()
160 struct mlx5e_rq *rq; in mlx5e_rx_reporter_timeout_recover()
328 static int mlx5e_rx_reporter_diagnose_generic_rq(struct mlx5e_rq *rq, in mlx5e_rx_reporter_diagnose_generic_rq()
395 struct mlx5e_rq *generic_rq = &priv->channels.c[0]->rq; in mlx5e_rx_reporter_diagnose_common_config()
463 struct mlx5e_rq *rq; in mlx5e_rx_reporter_diagnose()
549 struct mlx5e_rq *rq = ctx; in mlx5e_rx_reporter_dump_rq()
635 struct mlx5e_rq *rq = &priv->channels.c[i]->rq; in mlx5e_rx_reporter_dump_all_rqs()
669 void mlx5e_reporter_rx_timeout(struct mlx5e_rq *rq) in mlx5e_reporter_rx_timeout()
[all …]
A Dxdp.h50 struct mlx5e_rq *rq;
55 bool mlx5e_xdp_handle(struct mlx5e_rq *rq,
61 void mlx5e_xdp_rx_poll_complete(struct mlx5e_rq *rq);
A Dhealth.h31 void mlx5e_reporter_rq_cqe_err(struct mlx5e_rq *rq);
32 void mlx5e_reporter_rx_timeout(struct mlx5e_rq *rq);
A Dtrap.c13 struct mlx5e_rq *rq = &trap_ctx->rq; in mlx5e_trap_napi_poll()
41 struct mlx5e_rq *rq) in mlx5e_init_trap_rq()
66 struct mlx5e_rq *rq = &t->rq; in mlx5e_open_trap_rq()
93 static void mlx5e_close_trap_rq(struct mlx5e_rq *rq) in mlx5e_close_trap_rq()
A Dtrap.h12 struct mlx5e_rq rq;
A Dptp.h33 struct mlx5e_rq rq;
A Dxdp.c59 mlx5e_xmit_xdp_buff(struct mlx5e_xdpsq *sq, struct mlx5e_rq *rq, in mlx5e_xmit_xdp_buff()
189 bool mlx5e_xdp_handle(struct mlx5e_rq *rq, in mlx5e_xdp_handle()
700 void mlx5e_xdp_rx_poll_complete(struct mlx5e_rq *rq) in mlx5e_xdp_rx_poll_complete()
A Dptp.c185 struct mlx5e_rq *rq = &c->rq; in mlx5e_ptp_napi_poll()
546 struct mlx5e_rq *rq) in mlx5e_init_ptp_rq()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
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()
A Dtc.c667 void mlx5e_rep_tc_receive(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_rep_tc_receive()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_txrx.h22 void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, struct sk_buff *skb,
90 static inline void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, in mlx5e_ktls_handle_rx_skb()
A Dktls_rx.c484 static void resync_update_sn(struct mlx5e_rq *rq, struct sk_buff *skb) in resync_update_sn()
564 void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, struct sk_buff *skb, in mlx5e_ktls_handle_rx_skb()

Completed in 46 milliseconds