Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c318 rxq_data->mcqe_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()
320 switch (priv->config.cqe_comp_fmt) { 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()
350 port_id, priv->config.cqe_comp_fmt); in mlx5_rxq_create_devx_cq_resources()
H A Dmlx5.c2178 config->cqe_comp_fmt = tmp; in mlx5_port_args_check_handler()
2341 if (config->cqe_comp_fmt == MLX5_CQE_RESP_FORMAT_FTAG_STRIDX && in mlx5_port_args_config()
2347 if (config->cqe_comp_fmt == MLX5_CQE_RESP_FORMAT_L34H_STRIDX && in mlx5_port_args_config()
2374 DRV_LOG(DEBUG, "\"cqe_comp_fmt\" is %u.", config->cqe_comp_fmt); in mlx5_port_args_config()
H A Dmlx5_rxq.c802 priv->config.cqe_comp_fmt != spriv->config.cqe_comp_fmt)) { in mlx5_shared_rxq_match()
H A Dmlx5.h267 unsigned int cqe_comp_fmt:3; /* CQE compression format. */ member