Searched refs:MLX5_SEND_WQE_BB (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_utils.h | 49 (DIV_ROUND_UP(sizeof(struct mlx5e_set_tls_static_params_wqe), MLX5_SEND_WQE_BB)) 52 (DIV_ROUND_UP(sizeof(struct mlx5e_set_tls_progress_params_wqe), MLX5_SEND_WQE_BB)) 55 (DIV_ROUND_UP(sizeof(struct mlx5e_get_tls_progress_params_wqe), MLX5_SEND_WQE_BB))
|
D | ktls_tx.c | 13 (DIV_ROUND_UP(sizeof(struct mlx5e_dump_wqe), MLX5_SEND_WQE_BB))
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | qp.h | 41 #define MLX5_SIG_WQE_SIZE (MLX5_SEND_WQE_BB * 8) 156 MLX5_SEND_WQE_BB = 64, enumerator 159 #define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | wr.h | 41 return fragment_end + MLX5_SEND_WQE_BB; in get_sq_edge()
|
D | mem.c | 230 MLX5_SEND_WQE_BB); in post_send_nop()
|
D | qp.c | 153 min_t(size_t, buflen - bytes_copied, MLX5_SEND_WQE_BB); in mlx5_ib_read_kernel_wqe_sq() 391 wq_size = max_t(int, wq_size, MLX5_SEND_WQE_BB); in set_rq_size() 480 ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB) < MLX5_SIG_WQE_SIZE) in calc_send_wqe() 483 return ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB); in calc_send_wqe() 534 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB; in calc_sq_size() 537 attr->cap.max_send_wr, wqe_size, MLX5_SEND_WQE_BB, in calc_sq_size() 542 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in calc_sq_size() 944 qp->sq.wqe_shift = ilog2(MLX5_SEND_WQE_BB); in _create_user_qp() 1085 MLX5_SEND_WQE_BB; in _create_kernel_qp() 1088 ilog2(MLX5_SEND_WQE_BB), in _create_kernel_qp() [all …]
|
D | wr.c | 901 *size = ALIGN(*size, MLX5_SEND_WQE_BB >> 4); in set_reg_wr() 995 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe() 1001 seg = PTR_ALIGN(seg, MLX5_SEND_WQE_BB); in finish_wqe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 110 u8 log_sq_stride = ilog2(MLX5_SEND_WQE_BB); in mlx5_wq_qp_create() 139 u16 sq_strides_offset = rq_byte_size / MLX5_SEND_WQE_BB; in mlx5_wq_qp_create()
|
D | en.h | 154 (DIV_ROUND_UP(MLX5E_UMR_WQE_INLINE_SZ, MLX5_SEND_WQE_BB))
|
D | en_main.c | 2213 MLX5_SET(wq, wq, log_wq_stride, ilog2(MLX5_SEND_WQE_BB)); in mlx5e_build_sq_param_common()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_tx.c | 223 sq_stride = MLX5_SEND_WQE_BB; in mlx5e_tx_reporter_diagnose()
|
D | txrx.h | 413 BUILD_BUG_ON(PAGE_SIZE / MLX5_SEND_WQE_BB < MLX5_SEND_WQE_MAX_WQEBBS); in mlx5e_stop_room_for_wqe()
|