Home
last modified time | relevance | path

Searched refs:set_ci_db (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/ofed/libmlx4/src/
HDverbs.c193 cq->set_ci_db = mlx4_alloc_db(to_mctx(context), MLX4_DB_TYPE_CQ); in mlx4_create_cq()
194 if (!cq->set_ci_db) in mlx4_create_cq()
197 cq->arm_db = cq->set_ci_db + 1; in mlx4_create_cq()
200 *cq->set_ci_db = 0; in mlx4_create_cq()
203 cmd.db_addr = (uintptr_t) cq->set_ci_db; in mlx4_create_cq()
216 mlx4_free_db(to_mctx(context), MLX4_DB_TYPE_CQ, cq->set_ci_db); in mlx4_create_cq()
293 mlx4_free_db(to_mctx(cq->context), MLX4_DB_TYPE_CQ, to_mcq(cq)->set_ci_db); in mlx4_destroy_cq()
HDmlx4.h224 uint32_t *set_ci_db; member
HDcq.c131 *cq->set_ci_db = htonl(cq->cons_index & 0xffffff); in update_cons_index()
/trueos/sys/ofed/drivers/net/mlx4/
HDen_cq.c116 cq->mcq.set_ci_db = cq->wqres.db.db; in mlx4_en_activate_cq()
118 *cq->mcq.set_ci_db = 0; in mlx4_en_activate_cq()
/trueos/sys/ofed/include/linux/mlx4/
HDcq.h168 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx4_cq_set_ci()
HDdevice.h637 __be32 *set_ci_db; member
/trueos/contrib/ofed/libmthca/src/
HDverbs.c225 &cq->set_ci_db); in mthca_create_cq()
236 cmd.set_db_page = db_align(cq->set_ci_db); in mthca_create_cq()
255 mthca_set_db_qn(cq->set_ci_db, MTHCA_DB_TYPE_CQ_SET_CI, cq->cqn); in mthca_create_cq()
HDmthca.h163 uint32_t *set_ci_db; member
HDcq.c156 *cq->set_ci_db = htonl(cq->cons_index); in update_cons_index()
/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.h212 __be32 *set_ci_db; member
HDmthca_cq.c207 *cq->set_ci_db = cpu_to_be32(cq->cons_index); in update_cons_index()
800 cq->cqn, &cq->set_ci_db); in mthca_init_cq()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDcq.c223 cq->mcq.set_ci_db = cq->db.db; in mlx4_ib_create_cq()
225 *cq->mcq.set_ci_db = 0; in mlx4_ib_create_cq()