Searched refs:ibv_create_srq (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile39 ibv_create_srq.3 \
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4-abi.h114 struct ibv_create_srq ibv_cmd;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5-abi.h133 struct ibv_create_srq ibv_cmd;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h209 struct ibv_create_srq *cmd, size_t cmd_size,
H A Dcompat-1_0.c822 real_srq = ibv_create_srq(pd->real_pd, srq_init_attr);
837 symver(__ibv_create_srq_1_0, ibv_create_srq, IBVERBS_1.0);
H A Dverbs.h1937 * ibv_create_srq - Creates a SRQ associated with the specified protection
1944 * on return. If ibv_create_srq() succeeds, then max_wr and max_sge
1947 struct ibv_srq *ibv_create_srq(struct ibv_pd *pd,
1961 return ibv_create_srq(srq_init_attr_ex->pd,
H A Dkern-abi.h1095 struct ibv_create_srq { struct
H A Dverbs.c543 default_symver(__ibv_create_srq, ibv_create_srq);
H A Dcmd.c642 struct ibv_create_srq *cmd, size_t cmd_size,
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c415 ctx->srq = ibv_create_srq(ctx->pd, &attr);

Completed in 136 milliseconds