Home
last modified time | relevance | path

Searched refs:MLX5_SEND_WQE_BB (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mlx5/
H A Dqp.h32 #define MLX5_SIG_WQE_SIZE (MLX5_SEND_WQE_BB * 5)
145 #define MLX5_SEND_WQE_BB 64 macro
146 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c856 return align(tot_size, MLX5_SEND_WQE_BB); in mlx5_calc_send_wqe()
918 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB; in mlx5_calc_sq_size()
924 qp->sq.wqe_shift = mlx5_ilog2(MLX5_SEND_WQE_BB); in mlx5_calc_sq_size()
955 wq_size = max(wq_size, MLX5_SEND_WQE_BB); in mlx5_calc_rwq_size()
990 wq_size = max(wq_size, MLX5_SEND_WQE_BB); in mlx5_calc_rq_size()
H A Dmlx5dv.h361 MLX5_SEND_WQE_BB = 64, enumerator
H A Dqp.c911 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in _mlx5_post_send()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c261 wq_size = max_t(int, wq_size, MLX5_SEND_WQE_BB); in set_rq_size()
345 ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB) < MLX5_SIG_WQE_SIZE) in calc_send_wqe()
348 return ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB); in calc_send_wqe()
402 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB; in calc_sq_size()
409 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in calc_sq_size()
820 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in create_user_qp()
1127 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in create_raw_packet_qp_sq()
3891 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c543 } __aligned(MLX5_SEND_WQE_BB);
H A Dmlx5_en_rl.c62 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in mlx5e_rl_build_sq_param()
H A Dmlx5_en_main.c2367 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in mlx5e_build_sq_param()