Searched refs:RDSV3_CQ2CQHDL (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 322 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) == in rdsv3_ib_snd_tasklet_fn() 332 (void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_snd_cq), in rdsv3_ib_snd_tasklet_fn() 334 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) == in rdsv3_ib_snd_tasklet_fn() 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()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_impl.h | 337 #define RDSV3_CQ2CQHDL(cq) (cq)->ibt_cq macro
|