Searched refs:MLX5_SEND_WQE_BB (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/mlx5/ |
| D | qp.h | 40 #define MLX5_SIG_WQE_SIZE (MLX5_SEND_WQE_BB * 5) 143 MLX5_SEND_WQE_BB = 64, enumerator 146 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
|
| /linux-4.4.14/drivers/infiniband/hw/mlx5/ |
| D | qp.c | 240 wq_size = max_t(int, wq_size, MLX5_SEND_WQE_BB); in set_rq_size() 318 ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB) < MLX5_SIG_WQE_SIZE) in calc_send_wqe() 321 return ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB); in calc_send_wqe() 352 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB; in calc_sq_size() 359 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in calc_sq_size() 638 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in create_user_qp() 2582 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_main.c | 1062 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in mlx5e_build_sq_param()
|