Searched refs:cqe_comp (Results 1 – 6 of 6) sorted by relevance
2177 config->cqe_comp = !!tmp; in mlx5_port_args_check_handler()2281 config->cqe_comp = 1; in mlx5_port_args_config()2337 if (config->cqe_comp && !dev_cap->cqe_comp) { in mlx5_port_args_config()2339 config->cqe_comp = 0; in mlx5_port_args_config()2345 config->cqe_comp = 0; in mlx5_port_args_config()2351 config->cqe_comp = 0; in mlx5_port_args_config()2354 config->cqe_comp ? "" : "not "); in mlx5_port_args_config()2373 DRV_LOG(DEBUG, "\"rxq_cqe_comp_en\" is %u.", config->cqe_comp); in mlx5_port_args_config()
315 if (priv->config.cqe_comp && !rxq_data->hw_timestamp && in mlx5_rxq_create_devx_cq_resources()357 } else if (priv->config.cqe_comp && rxq_data->hw_timestamp) { in mlx5_rxq_create_devx_cq_resources()361 } else if (priv->config.cqe_comp && rxq_data->lro) { in mlx5_rxq_create_devx_cq_resources()
142 uint32_t cqe_comp:1; /* CQE compression is supported. */ member266 unsigned int cqe_comp:1; /* CQE compression is enabled. */ member
800 if (priv->config.cqe_comp != spriv->config.cqe_comp || in mlx5_shared_rxq_match()801 (priv->config.cqe_comp && in mlx5_shared_rxq_match()
170 if (priv->config.cqe_comp && !rxq_data->hw_timestamp) { in mlx5_rxq_ibv_cq_create()196 } else if (priv->config.cqe_comp && rxq_data->hw_timestamp) { in mlx5_rxq_ibv_cq_create()
206 sh->dev_cap.cqe_comp = 1; in mlx5_os_capabilities_prepare()208 sh->dev_cap.cqe_comp ? "" : "not "); in mlx5_os_capabilities_prepare()210 sh->dev_cap.cqe_comp = 1; in mlx5_os_capabilities_prepare()