Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1050 #define mlx5e_profile_feature_cap(profile, feature) \ macro
H A Den_main.c4867 if (!mlx5e_profile_feature_cap(priv->profile, PTP_RX)) in mlx5e_hwtstamp_set()
6486 mlx5e_profile_feature_cap(profile, PTP_TX) ? in mlx5e_get_max_num_txqs()
6490 mlx5e_profile_feature_cap(profile, QOS_HTB) ? in mlx5e_get_max_num_txqs()
H A Den_ethtool.c2230 if (new_val && !mlx5e_profile_feature_cap(priv->profile, PTP_RX) && rx_filter) { in mlx5e_modify_rx_cqe_compression_locked()