Home
last modified time | relevance | path

Searched refs:i_cq (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c171 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 …]
/titanic_41/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h122 struct ib_cq *i_cq; member