Home
last modified time | relevance | path

Searched refs:mlx5e_icosq (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c129 static void icosq_fill_wi(struct mlx5e_icosq *sq, u16 pi, in icosq_fill_wi()
136 post_static_params(struct mlx5e_icosq *sq, in post_static_params()
166 post_progress_params(struct mlx5e_icosq *sq, in post_progress_params()
201 struct mlx5e_icosq *sq; in post_rx_param_wqes()
252 resync_post_get_progress_params(struct mlx5e_icosq *sq, in resync_post_get_progress_params()
335 struct mlx5e_icosq *sq; in resync_handle_work()
367 struct mlx5e_icosq *sq; in resync_handle_seq_match()
424 struct mlx5e_icosq *sq) in mlx5e_ktls_handle_get_psv_completion()
726 struct mlx5e_icosq *sq; in mlx5e_ktls_rx_handle_resync_list()
Dktls_txrx.h27 struct mlx5e_icosq *sq);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_rx.c47 static int mlx5e_wait_for_icosq_flush(struct mlx5e_icosq *icosq) in mlx5e_wait_for_icosq_flush()
68 static void mlx5e_reset_icosq_cc_pc(struct mlx5e_icosq *icosq) in mlx5e_reset_icosq_cc_pc()
80 struct mlx5e_icosq *icosq; in mlx5e_rx_reporter_err_icosq_cqe_recover()
202 static int mlx5e_reporter_icosq_diagnose(struct mlx5e_icosq *icosq, u8 hw_state, in mlx5e_reporter_icosq_diagnose()
327 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_rx_reporter_build_diagnose_output_rq_common()
706 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_reporter_rx_timeout()
738 void mlx5e_reporter_icosq_cqe_err(struct mlx5e_icosq *icosq) in mlx5e_reporter_icosq_cqe_err()
Dtxrx.h61 void mlx5e_trigger_irq(struct mlx5e_icosq *sq);
228 void mlx5e_free_icosq_descs(struct mlx5e_icosq *sq);
230 static inline u16 mlx5e_icosq_get_next_pi(struct mlx5e_icosq *sq, u16 size) in mlx5e_icosq_get_next_pi()
496 static inline bool mlx5e_icosq_can_post_wqe(struct mlx5e_icosq *sq, u16 wqe_size) in mlx5e_icosq_can_post_wqe()
Dhealth.h31 void mlx5e_reporter_icosq_cqe_err(struct mlx5e_icosq *icosq);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den.h526 struct mlx5e_icosq { struct
702 struct mlx5e_icosq *icosq;
752 struct mlx5e_icosq icosq; /* internal control operations */
771 struct mlx5e_icosq async_icosq;
1076 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq);
1077 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq);
Den_txrx.c73 void mlx5e_trigger_irq(struct mlx5e_icosq *sq) in mlx5e_trigger_irq()
Den_rx.c622 static void build_klm_umr(struct mlx5e_icosq *sq, struct mlx5e_umr_wqe *umr_wqe, in build_klm_umr()
639 struct mlx5e_icosq *sq, in mlx5e_build_shampo_hd_umr()
724 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_alloc_rx_hd_mpwqe()
762 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_alloc_rx_mpwqe()
947 void mlx5e_free_icosq_descs(struct mlx5e_icosq *sq) in mlx5e_free_icosq_descs()
975 struct mlx5e_icosq *sq) in mlx5e_handle_shampo_hd_umr()
998 struct mlx5e_icosq *sq = container_of(cq, struct mlx5e_icosq, cq); in mlx5e_poll_ico_cq()
1084 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_post_rx_mpwqes()
Den_main.c223 struct mlx5e_icosq *sq, in mlx5e_build_umr_wqe()
1393 static void mlx5e_free_icosq_db(struct mlx5e_icosq *sq) in mlx5e_free_icosq_db()
1398 static int mlx5e_alloc_icosq_db(struct mlx5e_icosq *sq, int numa) in mlx5e_alloc_icosq_db()
1413 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work()
1421 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work()
1431 struct mlx5e_icosq *sq, in mlx5e_alloc_icosq()
1463 static void mlx5e_free_icosq(struct mlx5e_icosq *sq) in mlx5e_free_icosq()
1791 struct mlx5e_sq_param *param, struct mlx5e_icosq *sq, in mlx5e_open_icosq()
1825 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq) in mlx5e_activate_icosq()
1830 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq) in mlx5e_deactivate_icosq()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c22 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_xsk_alloc_rx_mpwqe()