Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den.h249 bool rx_cqe_compress_def; member
Den_main.c4082 mlx5e_modify_rx_cqe_compression_locked(priv, priv->channels.params.rx_cqe_compress_def); in mlx5e_hwstamp_set()
4794 params->rx_cqe_compress_def = false; in mlx5e_build_nic_params()
4797 params->rx_cqe_compress_def = slow_pci_heuristic(mdev); in mlx5e_build_nic_params()
4799 MLX5E_SET_PFLAG(params, MLX5E_PFLAG_RX_CQE_COMPRESS, params->rx_cqe_compress_def); in mlx5e_build_nic_params()
Den_ethtool.c1855 priv->channels.params.rx_cqe_compress_def = enable; in set_pflag_rx_cqe_compress()