Searched refs:mlx5_resource (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 189 struct mlx5_resource { struct 233 struct mlx5_resource **table; 337 struct mlx5_resource *cur_rsc; 345 struct mlx5_resource rsc; /* This struct must be first */ 398 struct mlx5_resource rsc; /* This struct must be first */ 431 struct mlx5_resource rsc; 534 static inline struct mlx5_qp *rsc_to_mqp(struct mlx5_resource *rsc) in rsc_to_mqp() 539 static inline struct mlx5_srq *rsc_to_msrq(struct mlx5_resource *rsc) in rsc_to_msrq() 544 static inline struct mlx5_rwq *rsc_to_mrwq(struct mlx5_resource *rsc) in rsc_to_mrwq()
|
H A D | cq.c | 144 struct mlx5_resource *cur_rsc, struct mlx5_srq *srq) in handle_responder_lazy() 185 struct mlx5_resource *cur_rsc, struct mlx5_srq *srq) in handle_responder() 345 struct mlx5_resource **cur_rsc, 349 struct mlx5_resource **cur_rsc, in get_req_context() 354 (struct mlx5_resource *)mlx5_find_qp(mctx, rsn); in get_req_context() 360 struct mlx5_resource **cur_rsc, 365 struct mlx5_resource **cur_rsc, in get_resp_ctx_v1() 399 struct mlx5_resource **cur_rsc, 403 struct mlx5_resource **cur_rsc, in get_qp_ctx() 412 *cur_rsc = (struct mlx5_resource *)mlx5_find_qp(mctx, qpn); in get_qp_ctx() [all …]
|
H A D | mlx5.c | 192 sizeof(struct mlx5_resource *)); in mlx5_store_uidx()
|