Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map102 ibv_cmd_create_srq;
H A Ddriver.h210 int ibv_cmd_create_srq(struct ibv_pd *pd,
H A Dcmd.c639 int ibv_cmd_create_srq(struct ibv_pd *pd, in ibv_cmd_create_srq() function
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c682 ret = ibv_cmd_create_srq(pd, &srq->verbs_srq.srq, attr, in mlx4_create_srq()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c695 ret = ibv_cmd_create_srq(pd, ibsrq, attr, &cmd.ibv_cmd, sizeof(cmd), in mlx5_create_srq()
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c2358 ret = ibv_cmd_create_srq(ibvpd, &srq->ibvsrq, attr, in bnxt_re_create_srq()