Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1556 MLX5_SET(cqc, cqctx, dbr_umem_id, attr->db_umem_id); in mlx5_devx_cmd_create_cq()
1559 MLX5_SET64(cqc, cqctx, dbr_addr, attr->db_addr); in mlx5_devx_cmd_create_cq()
1561 MLX5_SET(cqc, cqctx, cqe_sz, attr->cqe_size); in mlx5_devx_cmd_create_cq()
1562 MLX5_SET(cqc, cqctx, cc, attr->use_first_only); in mlx5_devx_cmd_create_cq()
1563 MLX5_SET(cqc, cqctx, oi, attr->overrun_ignore); in mlx5_devx_cmd_create_cq()
1564 MLX5_SET(cqc, cqctx, log_cq_size, attr->log_cq_size); in mlx5_devx_cmd_create_cq()
1567 MLX5_SET(cqc, cqctx, c_eqn, attr->eqn); in mlx5_devx_cmd_create_cq()
1568 MLX5_SET(cqc, cqctx, uar_page, attr->uar_page_id); in mlx5_devx_cmd_create_cq()
1570 MLX5_SET(cqc, cqctx, mini_cqe_res_format, in mlx5_devx_cmd_create_cq()
1572 MLX5_SET(cqc, cqctx, mini_cqe_res_format_ext, in mlx5_devx_cmd_create_cq()
[all …]