Searched refs:rdma_create_ep (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | librdmacm.map | 33 rdma_create_ep;
|
H A D | rdma_cma.h | 276 int rdma_create_ep(struct rdma_cm_id **id, struct rdma_addrinfo *res,
|
H A D | cma.c | 2339 int rdma_create_ep(struct rdma_cm_id **id, struct rdma_addrinfo *res, in rdma_create_ep() function
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | CMakeLists.txt | 11 rdma_create_ep.3
|
/freebsd/lib/ofed/librdmacm/ |
H A D | Makefile | 20 rdma_create_ep.3 \
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | rdma_client.c | 69 ret = rdma_create_ep(&id, res, NULL, &attr); in run()
|
H A D | rdma_server.c | 69 ret = rdma_create_ep(&listen_id, res, NULL, &init_attr); in run()
|
H A D | rdma_xclient.c | 93 ret = rdma_create_ep(&id, res, NULL, &attr); in test()
|
H A D | rdma_xserver.c | 89 ret = rdma_create_ep(&listen_id, res, NULL, &attr); in test()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6495 OLD_FILES+=usr/share/man/man3/rdma_create_ep.3.gz
|