Searched refs:cur_rsc (Results 1 – 2 of 2) sorted by relevance
144 struct mlx5_resource *cur_rsc, struct mlx5_srq *srq) in handle_responder_lazy() argument148 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc); in handle_responder_lazy()162 if (likely(cur_rsc->type == MLX5_RSC_TYPE_QP)) { in handle_responder_lazy()167 wq = &(rsc_to_mrwq(cur_rsc)->rq); in handle_responder_lazy()185 struct mlx5_resource *cur_rsc, struct mlx5_srq *srq) in handle_responder() argument189 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc); in handle_responder()205 if (likely(cur_rsc->type == MLX5_RSC_TYPE_QP)) { in handle_responder()214 wq = &(rsc_to_mrwq(cur_rsc)->rq); in handle_responder()345 struct mlx5_resource **cur_rsc,349 struct mlx5_resource **cur_rsc, in get_req_context() argument[all …]
337 struct mlx5_resource *cur_rsc; member