Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1927 MLX5_SET(cqc, cqctx, dbr_umem_id, attr->db_umem_id); in mlx5_devx_cmd_create_cq()
1928 MLX5_SET64(cqc, cqctx, dbr_addr, attr->db_umem_offset); in mlx5_devx_cmd_create_cq()
1930 MLX5_SET64(cqc, cqctx, dbr_addr, attr->db_addr); in mlx5_devx_cmd_create_cq()
1934 MLX5_SET(cqc, cqctx, cc, attr->use_first_only); in mlx5_devx_cmd_create_cq()
1935 MLX5_SET(cqc, cqctx, oi, attr->overrun_ignore); in mlx5_devx_cmd_create_cq()
1936 MLX5_SET(cqc, cqctx, log_cq_size, attr->log_cq_size); in mlx5_devx_cmd_create_cq()
1938 MLX5_SET(cqc, cqctx, log_page_size, in mlx5_devx_cmd_create_cq()
1940 MLX5_SET(cqc, cqctx, c_eqn, attr->eqn); in mlx5_devx_cmd_create_cq()
1941 MLX5_SET(cqc, cqctx, uar_page, attr->uar_page_id); in mlx5_devx_cmd_create_cq()
1942 MLX5_SET(cqc, cqctx, cqe_comp_en, !!attr->cqe_comp_en); in mlx5_devx_cmd_create_cq()
[all …]