Home
last modified time | relevance | path

Searched refs:send_cq_channel (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ofed/librdmacm/
Drdma_cma.h131 struct ibv_comp_channel *send_cq_channel; member
Dcma.c1217 if (id->send_cq_channel && (id->send_cq_channel != id->recv_cq_channel)) { in ucma_destroy_cqs()
1218 ibv_destroy_comp_channel(id->send_cq_channel); in ucma_destroy_cqs()
1219 id->send_cq_channel = NULL; in ucma_destroy_cqs()
1239 id->send_cq_channel = ibv_create_comp_channel(id->verbs); in ucma_create_cqs()
1240 if (!id->send_cq_channel) in ucma_create_cqs()
1244 id, id->send_cq_channel, 0); in ucma_create_cqs()
Drdma_verbs.h271 ret = ibv_get_cq_event(id->send_cq_channel, &cq, &context); in rdma_get_send_comp()
Drsocket.c798 cm_id->send_cq_channel = cm_id->recv_cq_channel; in rs_create_cq()