Home
last modified time | relevance | path

Searched refs:cur_rsc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c144 struct mlx5_resource *cur_rsc, struct mlx5_srq *srq) in handle_responder_lazy() argument
148 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() argument
189 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 …]
H A Dmlx5.h337 struct mlx5_resource *cur_rsc; member