Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c440 rxq_data->mcqe_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()
442 switch (priv->config.cqe_comp_fmt) { in mlx5_rxq_create_devx_cq_resources()
463 cq_attr.mini_cqe_res_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()
472 dev->data->port_id, priv->config.cqe_comp_fmt); in mlx5_rxq_create_devx_cq_resources()
H A Dmlx5.h209 unsigned int cqe_comp_fmt:3; /* CQE compression format. */ member
H A Dmlx5.c1474 config->cqe_comp_fmt = tmp; in mlx5_args_check()