Searched refs:mlx5e_modify_rx_cqe_compression_locked (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 1013 int mlx5e_modify_rx_cqe_compression_locked(struct mlx5e_priv *priv, bool val, bool rx_filter);
|
H A D | en_ethtool.c | 2115 int mlx5e_modify_rx_cqe_compression_locked(struct mlx5e_priv *priv, bool new_val, bool rx_filter) in mlx5e_modify_rx_cqe_compression_locked() function 2170 err = mlx5e_modify_rx_cqe_compression_locked(priv, enable, rx_filter); in set_pflag_rx_cqe_compress()
|
H A D | en_main.c | 4617 return mlx5e_modify_rx_cqe_compression_locked(priv, rx_cqe_compress_def, false); in mlx5e_hwstamp_config_no_ptp_rx() 4624 err = mlx5e_modify_rx_cqe_compression_locked(priv, false, true); in mlx5e_hwstamp_config_no_ptp_rx()
|