Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c330 cq_attr.mini_cqe_res_format = in mlx5_rxq_create_devx_cq_resources()
333 cq_attr.mini_cqe_res_format = in mlx5_rxq_create_devx_cq_resources()
335 rxq_data->mcqe_format = cq_attr.mini_cqe_res_format; in mlx5_rxq_create_devx_cq_resources()
341 cq_attr.mini_cqe_res_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()
344 cq_attr.mini_cqe_res_format = 0; in mlx5_rxq_create_devx_cq_resources()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h429 uint32_t mini_cqe_res_format:2; member
H A Dmlx5_devx_cmds.c1943 MLX5_SET(cqc, cqctx, mini_cqe_res_format, attr->mini_cqe_res_format); in mlx5_devx_cmd_create_cq()
H A Dmlx5_prm.h2755 u8 mini_cqe_res_format[0x2]; member