Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den.h256 bool rx_cqe_compress_def; member
Den_main.c3984 mlx5e_modify_rx_cqe_compression_locked(priv, priv->channels.params.rx_cqe_compress_def); in mlx5e_hwstamp_set()
4795 params->rx_cqe_compress_def = false; in mlx5e_build_nic_params()
4798 params->rx_cqe_compress_def = slow_pci_heuristic(mdev); in mlx5e_build_nic_params()
4800 MLX5E_SET_PFLAG(params, MLX5E_PFLAG_RX_CQE_COMPRESS, params->rx_cqe_compress_def); in mlx5e_build_nic_params()
Den_ethtool.c1821 priv->channels.params.rx_cqe_compress_def = enable; in set_pflag_rx_cqe_compress()