Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c143 cq->cq_cqnum = cqc->tr_indx; in tavor_cq_alloc()
153 umapdb = tavor_umap_db_alloc(state->ts_instance, cq->cq_cqnum, in tavor_cq_alloc()
273 cq->cq_eqnum = TAVOR_CQ_EQNUM_GET(cq->cq_cqnum); in tavor_cq_alloc()
274 cq->cq_erreqnum = TAVOR_CQ_ERREQNUM_GET(cq->cq_cqnum); in tavor_cq_alloc()
289 cqc_entry.cqn = cq->cq_cqnum; in tavor_cq_alloc()
299 sizeof (tavor_hw_cqc_t), cq->cq_cqnum, sleepflag); in tavor_cq_alloc()
422 cqnum = cq->cq_cqnum; in tavor_cq_free()
697 cq->cq_cqnum, &cqc_entry, sizeof (tavor_hw_cqc_t), in tavor_cq_resize()
740 status = tavor_resize_cq_cmd_post(state, &cqc_entry, cq->cq_cqnum, in tavor_cq_resize()
881 cqnum = cq->cq_cqnum; in tavor_cq_notify()
[all …]
H A Dtavor_qpmod.c889 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2init()
891 qpc->cqn_rcv = qp->qp_rq_cqhdl->cq_cqnum; in tavor_qp_reset2init()
3293 qpc->cqn_snd = qp->qp_sq_cqhdl->cq_cqnum; in tavor_qp_reset2err()
3295 qpc->cqn_rcv = qp->qp_rq_cqhdl->cq_cqnum; in tavor_qp_reset2err()
H A Dtavor_umap.c1221 data->mcq_mapoffset = ((((uint64_t)cq->cq_cqnum << in tavor_umap_cq_data_out()
1224 data->mcq_cqnum = cq->cq_cqnum; in tavor_umap_cq_data_out()
/titanic_41/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
/titanic_41/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.c876 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
879 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
3219 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
3222 (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()
/titanic_41/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