Home
last modified time | relevance | path

Searched refs:cq_cqnum (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c134 cq->cq_cqnum = cqc->tr_indx; in tavor_cq_alloc()
256 cq->cq_eqnum = TAVOR_CQ_EQNUM_GET(cq->cq_cqnum); in tavor_cq_alloc()
257 cq->cq_erreqnum = TAVOR_CQ_ERREQNUM_GET(cq->cq_cqnum); in tavor_cq_alloc()
272 cqc_entry.cqn = cq->cq_cqnum; in tavor_cq_alloc()
282 sizeof (tavor_hw_cqc_t), cq->cq_cqnum, sleepflag); in tavor_cq_alloc()
395 cqnum = cq->cq_cqnum; in tavor_cq_free()
817 cqnum = cq->cq_cqnum; in tavor_cq_notify()
932 cq->cq_cqnum, num_to_increment); in tavor_cq_poll()
1028 if ((cq != NULL) && (cq->cq_cqnum == cqnum) && in tavor_cq_handler()
1088 if ((cq != NULL) && (cq->cq_cqnum == cqnum) && in tavor_cq_err_handler()
[all …]
H A Dtavor_qpmod.c776 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2init()
778 qpc->cqn_rcv = qp->qp_rq_cqhdl->cq_cqnum; in tavor_qp_reset2init()
2816 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2err()
2818 qpc->cqn_rcv = qp->qp_rq_cqhdl->cq_cqnum; in tavor_qp_reset2err()
H A Dtavor_umap.c1085 data->mcq_mapoffset = ((((uint64_t)cq->cq_cqnum << in tavor_umap_cq_data_out()
1088 data->mcq_cqnum = cq->cq_cqnum; in tavor_umap_cq_data_out()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h214 uint32_t cq_cqnum; member
239 _NOTE(READ_ONLY_DATA(tavor_sw_cq_s::cq_cqnum
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c143 cq->cq_cqnum = cqc->hr_indx; /* just use index, implicit in Hermon */ in hermon_cq_alloc()
155 umapdb = hermon_umap_db_alloc(state->hs_instance, cq->cq_cqnum, in hermon_cq_alloc()
319 sizeof (hermon_hw_cqc_t), cq->cq_cqnum, sleepflag); in hermon_cq_alloc()
437 cqnum = cq->cq_cqnum; in hermon_cq_free()
717 status = hermon_resize_cq_cmd_post(state, &cqc_entry, cq->cq_cqnum, in hermon_cq_resize()
802 cq->cq_cqnum, MODIFY_MODERATION_CQ, sleepflag); in hermon_cq_modify()
820 cq->cq_cqnum, MODIFY_EQN, sleepflag); in hermon_cq_modify()
1087 if ((cq != NULL) && (cq->cq_cqnum == cqnum) && in hermon_cq_handler()
1136 if ((cq != NULL) && (cq->cq_cqnum == cqnum) && in hermon_cq_err_handler()
1205 cq_num = cq->cq_cqnum; in hermon_cq_arm_doorbell()
H A Dhermon_qpmod.c877 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
880 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
3220 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
3223 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
H A Dhermon_umap.c1588 data->mcq_mapoffset = ((((uint64_t)cq->cq_cqnum << in hermon_umap_cq_data_out()
1590 data->mcq_cqnum = cq->cq_cqnum; in hermon_umap_cq_data_out()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h215 uint32_t cq_cqnum; member
245 _NOTE(READ_ONLY_DATA(hermon_sw_cq_s::cq_cqnum