Home
last modified time | relevance | path

Searched refs:cq_in (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h93 #define rdev_from_cq_in(cq_in) to_bnxt_re_dev(cq_in->device, ibdev) argument
106 bnxt_re_cq *__get_cq_from_cq_in(struct ib_cq *cq_in,
320 int bnxt_re_create_cq(struct ib_cq *cq_in,
H A Dib_verbs.c3708 bnxt_re_cq *__get_cq_from_cq_in(struct ib_cq *cq_in, in __get_cq_from_cq_in() argument
3712 cq = container_of(cq_in, struct bnxt_re_cq, ibcq); in __get_cq_from_cq_in()
3716 int bnxt_re_create_cq(struct ib_cq *cq_in, in bnxt_re_create_cq() argument
3734 rdev = rdev_from_cq_in(cq_in); in bnxt_re_create_cq()
3760 cq = __get_cq_from_cq_in(cq_in, rdev); in bnxt_re_create_cq()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c676 static int mlx5dv_get_cq(struct ibv_cq *cq_in, in mlx5dv_get_cq() argument
679 struct mlx5_cq *mcq = to_mcq(cq_in); in mlx5dv_get_cq()
680 struct mlx5_context *mctx = to_mctx(cq_in->context); in mlx5dv_get_cq()