Searched refs:ibv_post_srq_recv (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile60 ibv_post_srq_recv.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h110 return rdma_seterrno(ibv_post_srq_recv(id->srq, &wr, &bad));
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h1017 struct ibv_post_srq_recv { struct
H A Dverbs.h2013 * ibv_post_srq_recv - Posts a list of work requests to the specified SRQ.
2019 static inline int ibv_post_srq_recv(struct ibv_srq *srq, function
H A Dcmd.c1524 struct ibv_post_srq_recv *cmd;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c746 if (ibv_post_srq_recv(ctx.srq, &wr, &bad_wr)) {
H A Dsrq_pingpong.c565 if (ibv_post_srq_recv(ctx->srq, &wr, &bad_wr))

Completed in 187 milliseconds