Searched refs:wqe_length (Results 1 – 2 of 2) sorted by relevance
868 struct mlx5_ib_qp *qp, void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_initiator_pfault_handler() argument881 if (ds * MLX5_WQE_DS_UNITS > wqe_length) { in mlx5_ib_mr_initiator_pfault_handler()883 ds, wqe_length); in mlx5_ib_mr_initiator_pfault_handler()970 struct mlx5_ib_qp *qp, void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_responder_pfault_handler() argument985 if (wqe_size > wqe_length) { in mlx5_ib_mr_responder_pfault_handler()
153 int wqe_length; in mlx5_ib_read_user_wqe() local181 wqe_length = ds * MLX5_WQE_DS_UNITS; in mlx5_ib_read_user_wqe()183 wqe_length = 1 << wq->wqe_shift; in mlx5_ib_read_user_wqe()186 if (wqe_length <= first_copy_length) in mlx5_ib_read_user_wqe()190 wqe_length - first_copy_length); in mlx5_ib_read_user_wqe()194 return wqe_length; in mlx5_ib_read_user_wqe()