Searched refs:MLX5_SEND_WQE_BB (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mlx5/ |
D | qp.h | 40 #define MLX5_SIG_WQE_SIZE (MLX5_SEND_WQE_BB * 5) 153 MLX5_SEND_WQE_BB = 64, enumerator 156 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 145 sq_strides_offset = rq_pg_remainder / MLX5_SEND_WQE_BB; in mlx5_wq_qp_create() 147 mlx5_fill_fbc_offset(ilog2(MLX5_SEND_WQE_BB), in mlx5_wq_qp_create()
|
D | en.h | 149 (DIV_ROUND_UP(MLX5E_UMR_WQE_INLINE_SZ, MLX5_SEND_WQE_BB))
|
D | en_main.c | 2184 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in mlx5e_build_sq_param_common()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | qp.c | 275 wq_size = max_t(int, wq_size, MLX5_SEND_WQE_BB); in set_rq_size() 361 ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB) < MLX5_SIG_WQE_SIZE) in calc_send_wqe() 364 return ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB); in calc_send_wqe() 418 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB; in calc_sq_size() 421 attr->cap.max_send_wr, wqe_size, MLX5_SEND_WQE_BB, in calc_sq_size() 426 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in calc_sq_size() 826 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in create_user_qp() 1135 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in create_raw_packet_qp_sq() 4347 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
|