Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c148 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc); in handle_responder_lazy()
189 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc); in handle_responder()
356 return rsc_to_mqp(*cur_rsc); in get_req_context()
379 mqp = rsc_to_mqp(*cur_rsc); in get_resp_ctx_v1()
680 wq = &(rsc_to_mqp(*cur_rsc)->rq); in mlx5_parse_cqe()
H A Dmlx5.h534 static inline struct mlx5_qp *rsc_to_mqp(struct mlx5_resource *rsc) in rsc_to_mqp() function