Searched refs:send_cq_channel (Results 1 – 4 of 4) sorted by relevance
131 struct ibv_comp_channel *send_cq_channel; member
1218 if (id->send_cq_channel && (id->send_cq_channel != id->recv_cq_channel)) { in ucma_destroy_cqs()1219 ibv_destroy_comp_channel(id->send_cq_channel); in ucma_destroy_cqs()1220 id->send_cq_channel = NULL; in ucma_destroy_cqs()1240 id->send_cq_channel = ibv_create_comp_channel(id->verbs); in ucma_create_cqs()1241 if (!id->send_cq_channel) in ucma_create_cqs()1245 id, id->send_cq_channel, 0); in ucma_create_cqs()
271 ret = ibv_get_cq_event(id->send_cq_channel, &cq, &context); in rdma_get_send_comp()
798 cm_id->send_cq_channel = cm_id->recv_cq_channel; in rs_create_cq()