Searched refs:wqe_end (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | odp.c | 783 void *wqe_end, u32 *bytes_mapped, in pagefault_data_segments() argument 802 while (wqe < wqe_end) { in pagefault_data_segments() 868 struct mlx5_ib_qp *qp, void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_initiator_pfault_handler() argument 914 *wqe_end = *wqe + ds * MLX5_WQE_DS_UNITS; 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() argument 1003 *wqe_end = *wqe + wqe_size; in mlx5_ib_mr_responder_pfault_handler() 1025 void *wqe, *wqe_end; in mlx5_ib_mr_wqe_pfault_handler() local 1054 &wqe_end, ret); in mlx5_ib_mr_wqe_pfault_handler() 1057 &wqe_end, ret); in mlx5_ib_mr_wqe_pfault_handler() 1061 if (wqe >= wqe_end) { in mlx5_ib_mr_wqe_pfault_handler() [all …]
|