Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dcq.h37 __be32 *set_ci_db; member
127 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff);
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c413 cmd.db_addr = (uintptr_t) cq->set_ci_db; in mlx4_cmd_create_cq()
436 cmd.db_addr = (uintptr_t) cq->set_ci_db; in mlx4_cmd_create_cq_ex()
503 cq->set_ci_db = mlx4_alloc_db(to_mctx(context), MLX4_DB_TYPE_CQ); in create_cq()
504 if (!cq->set_ci_db) in create_cq()
507 cq->arm_db = cq->set_ci_db + 1; in create_cq()
510 *cq->set_ci_db = 0; in create_cq()
533 mlx4_free_db(to_mctx(context), MLX4_DB_TYPE_CQ, cq->set_ci_db); in create_cq()
639 mlx4_free_db(to_mctx(cq->context), MLX4_DB_TYPE_CQ, to_mcq(cq)->set_ci_db); in mlx4_destroy_cq()
H A Dmlx4.h184 uint32_t *set_ci_db; member
348 *cq->set_ci_db = htobe32(cq->cons_index & 0xffffff); in mlx4_update_cons_index()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c122 cq->mcq.set_ci_db = cq->wqres.db.db; in mlx4_en_activate_cq()
124 *cq->mcq.set_ci_db = 0; in mlx4_en_activate_cq()
/freebsd/sys/dev/mlx4/
H A Dcq.h165 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx4_cq_set_ci()
H A Ddevice.h739 __be32 *set_ci_db; member
/freebsd/sys/dev/mthca/
H A Dmthca_provider.h215 __be32 *set_ci_db; member
H A Dmthca_cq.c208 *cq->set_ci_db = cpu_to_be32(cq->cons_index); in update_cons_index()
799 cq->cqn, &cq->set_ci_db); in mthca_init_cq()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c226 cq->mcq.set_ci_db = cq->db.db; in mlx4_ib_create_cq()
228 *cq->mcq.set_ci_db = 0; in mlx4_ib_create_cq()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c484 conn->cq.mcq.set_ci_db = conn->cq.wq_ctrl.db.db; in mlx5_fpga_conn_create_cq()
486 *conn->cq.mcq.set_ci_db = 0; in mlx5_fpga_conn_create_cq()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c865 cq->mcq.set_ci_db = cq->db.db; in create_cq_kernel()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2003 mcq->set_ci_db = cq->wq_ctrl.db.db; in mlx5e_create_cq()
2005 *mcq->set_ci_db = 0; in mlx5e_create_cq()