Searched refs:MLX5_WQE_SIZE (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 700 return rte_align32pow2(wqe_size * desc) / MLX5_WQE_SIZE; in txq_calc_wqebb_cnt() 726 wqe_size = wqe_size * MLX5_WQE_SIZE - in txq_calc_inline_max() 836 temp = RTE_ALIGN(temp, MLX5_WQE_SIZE); in txq_set_params() 897 MLX5_WQE_SIZE + MLX5_DSEG_MIN_INLINE_SIZE); in txq_set_params() 899 temp = RTE_ALIGN(temp, MLX5_WQE_SIZE); in txq_set_params()
|
| H A D | mlx5_rxtx.c | 77 static_assert(MLX5_WQE_SIZE == 4 * MLX5_WSEG_SIZE,
|
| H A D | mlx5_txpp.c | 309 wqe_size = RTE_ALIGN(wqe_size, MLX5_WQE_SIZE); in mlx5_txpp_fill_wqe_clock_queue() 421 MLX5_WQE_SIZE) / MLX5_WQE_SIZE; in mlx5_txpp_create_clock_queue()
|
| H A D | mlx5_devx.c | 1327 wqe_size = RTE_ALIGN(wqe_size, MLX5_WQE_SIZE) / MLX5_WQE_SIZE; in mlx5_txq_devx_obj_new()
|
| H A D | mlx5_tx.c | 115 MLX5_WQE_SIZE * in mlx5_tx_error_cqe_handle()
|
| H A D | mlx5_tx.h | 1633 txq->wqe_s * MLX5_WQE_SIZE) / MLX5_WSEG_SIZE; in mlx5_tx_mseg_build() 1671 if (loc->wqe_free <= MLX5_WQE_SIZE_MAX / MLX5_WQE_SIZE || in mlx5_tx_schedule_send() 2816 room = RTE_MIN(MLX5_WQE_SIZE_MAX / MLX5_WQE_SIZE, in mlx5_tx_burst_empw_inline() 2817 loc->wqe_free) * MLX5_WQE_SIZE - in mlx5_tx_burst_empw_inline()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.c | 223 umem_size = MLX5_WQE_SIZE * num_of_wqbbs; in mlx5_devx_sq_create() 249 attr->wq_attr.log_wq_stride = rte_log2_u32(MLX5_WQE_SIZE); in mlx5_devx_sq_create()
|
| H A D | mlx5_prm.h | 46 #define MLX5_WQE_SIZE sizeof(struct mlx5_wqe) macro 72 #define MLX5_EMPW_DEF_INLINE_LEN (4u * MLX5_WQE_SIZE + \ 108 #define MLX5_SEND_DEF_INLINE_LEN (5U * MLX5_WQE_SIZE + \
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_control.c | 157 attr.num_of_send_wqbbs * MLX5_WQE_SIZE, &attr, in regex_ctrl_create_hw_qp()
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 252 MLX5_WQE_SIZE, &qp_attr, socket_id); in mlx5_compress_qp_setup()
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto.c | 633 attr.num_of_send_wqbbs * MLX5_WQE_SIZE, in mlx5_crypto_queue_pair_setup()
|