Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h109 bnxt_re_qp *__get_qp_from_qp_in(struct ib_pd *qp_in,
308 struct ib_qp *bnxt_re_create_qp(struct ib_pd *qp_in,
H A Dib_verbs.c2293 bnxt_re_qp *__get_qp_from_qp_in(struct ib_pd *qp_in, in __get_qp_from_qp_in() argument
2304 struct ib_qp *bnxt_re_create_qp(struct ib_pd *qp_in, in bnxt_re_create_qp() argument
2309 struct ib_pd *ib_pd = qp_in; in bnxt_re_create_qp()
2337 qp = __get_qp_from_qp_in(qp_in, rdev); in bnxt_re_create_qp()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c646 static int mlx5dv_get_qp(struct ibv_qp *qp_in, in mlx5dv_get_qp() argument
649 struct mlx5_qp *mqp = to_mqp(qp_in); in mlx5dv_get_qp()