Searched refs:rdma_create_event_channel (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/ofed/librdmacm/
H A DMakefile24 rdma_create_event_channel.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h201 * rdma_create_event_channel - Open a channel used to report communication events.
212 struct rdma_event_channel *rdma_create_event_channel(void);
224 * rdma_create_event_channel, rdma_get_cm_event, rdma_ack_cm_event
246 * rdma_create_event_channel, rdma_destroy_id, rdma_get_devices,
571 * rdma_ack_cm_event, rdma_create_event_channel, rdma_event_str
H A Dcma.c358 struct rdma_event_channel *rdma_create_event_channel(void) function
497 id_priv->id.channel = rdma_create_event_channel();
2266 channel = rdma_create_event_channel();
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c474 channel = rdma_create_event_channel();
702 test.channel = rdma_create_event_channel();
H A Dmckey.c614 test.channel = rdma_create_event_channel();
H A Dcmtime.c655 channel = rdma_create_event_channel();
H A Dudaddy.c669 test.channel = rdma_create_event_channel();
H A Drping.c1254 cb->cm_channel = rdma_create_event_channel();
1256 perror("rdma_create_event_channel");

Completed in 125 milliseconds