Home
last modified time | relevance | path

Searched refs:cq_arm_ci_vdbr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c49 HERMON_UAR_DB_RECORD_WRITE(cq->cq_arm_ci_vdbr, \
170 &cq->cq_arm_ci_vdbr, &cq->cq_arm_ci_pdbr, &cq->cq_dbr_mapoffset); in hermon_cq_alloc()
217 hermon_arm_cq_dbr_init(cq->cq_arm_ci_vdbr); in hermon_cq_alloc()
391 hermon_dbr_free(state, uarpg, cq->cq_arm_ci_vdbr); in hermon_cq_alloc()
553 hermon_dbr_free(state, cq->cq_uarpg, cq->cq_arm_ci_vdbr); in hermon_cq_free()
1089 hermon_arm_cq_dbr_update(cq->cq_arm_ci_vdbr); in hermon_cq_handler()
1206 target = (uint32_t *)cq->cq_arm_ci_vdbr + 1; in hermon_cq_arm_doorbell()
H A Dhermon_umap.c1596 data->mcq_polldbr_offset = (uintptr_t)cq->cq_arm_ci_vdbr & in hermon_umap_cq_data_out()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h234 hermon_dbr_t *cq_arm_ci_vdbr; member