Home
last modified time | relevance | path

Searched refs:ibv_cmd_create_qp (Results 1 – 5 of 5) 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.c1100 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.c1320 ret = ibv_cmd_create_qp(pd, &iwuqp->ibv_qp, attr, &cmd.ibv_cmd, in irdma_vmapped_qp()