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

/freebsd-12-stable/lib/ofed/librdmacm/
H A DMakefile42 rdma_get_recv_comp.3 \
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c121 while ((ret = rdma_get_recv_comp(id, &wc)) == 0);
123 perror("rdma_get_recv_comp");
H A Drdma_server.c128 while ((ret = rdma_get_recv_comp(id, &wc)) == 0);
130 perror("rdma_get_recv_comp");
H A Drdma_xserver.c135 ret = rdma_get_recv_comp(id, &wc);
137 perror("rdma_get_recv_comp");
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h283 rdma_get_recv_comp(struct rdma_cm_id *id, struct ibv_wc *wc) function

Completed in 321 milliseconds