Searched refs:ib_req_notify_cq (Results 1 – 3 of 3) sorted by relevance
780 int ib_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
184 (void) ib_req_notify_cq(ic->i_cq, IB_CQ_SOLICITED); in rdsv3_ib_cm_connect_complete()186 (void) ib_req_notify_cq(ic->i_snd_cq, IB_CQ_NEXT_COMP); in rdsv3_ib_cm_connect_complete()
1303 ib_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags) in ib_req_notify_cq() function