Searched refs:i_cq (Results 1 – 2 of 2) sorted by relevance
171 ic->i_cq->ibt_cq); in rdsv3_ib_cm_connect_complete()184 (void) ib_req_notify_cq(ic->i_cq, IB_CQ_SOLICITED); in rdsv3_ib_cm_connect_complete()386 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0], in rdsv3_ib_tasklet_fn()404 (void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_cq), in rdsv3_ib_tasklet_fn()406 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0], in rdsv3_ib_tasklet_fn()523 ic->i_cq = ib_create_cq(dev, rdsv3_ib_cq_comp_handler, in rdsv3_ib_setup_qp()527 if (IS_ERR(ic->i_cq)) { in rdsv3_ib_setup_qp()528 ret = PTR_ERR(ic->i_cq); in rdsv3_ib_setup_qp()529 ic->i_cq = NULL; in rdsv3_ib_setup_qp()540 (void) ib_destroy_cq(ic->i_cq); in rdsv3_ib_setup_qp()[all …]
122 struct ib_cq *i_cq; member