Home
last modified time | relevance | path

Searched refs:ibv_cmd_create_qp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map98 ibv_cmd_create_qp;
H A Ddriver.h228 int ibv_cmd_create_qp(struct ibv_pd *pd,
H A Dcmd.c1099 int ibv_cmd_create_qp(struct ibv_pd *pd, in ibv_cmd_create_qp() function
/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c324 ret = ibv_cmd_create_qp(pd, &qhp->ibv_qp, attr, &cmd, in create_qp_v0()
432 ret = ibv_cmd_create_qp(pd, &qhp->ibv_qp, attr, &cmd, in create_qp()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1339 ret = ibv_cmd_create_qp(pd, &iwuqp->ibv_qp, attr, &cmd.ibv_cmd, in irdma_vmapped_qp()
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c1594 if (ibv_cmd_create_qp(ibvpd, &qp->ibvqp, attr, &req.cmd, sizeof(req), in bnxt_re_create_qp()