Searched refs:rdma_get_send_comp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/ofed/librdmacm/
H A DMakefile44 rdma_get_send_comp.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c121 ret = rdma_get_send_comp(id, &wc);
H A Drdma_server.c140 while ((ret = rdma_get_send_comp(id, &wc)) == 0);
142 perror("rdma_get_send_comp");
H A Drdma_client.c115 while ((ret = rdma_get_send_comp(id, &wc)) == 0);
117 perror("rdma_get_send_comp");
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h252 rdma_get_send_comp(struct rdma_cm_id *id, struct ibv_wc *wc) function

Completed in 59 milliseconds