Searched refs:mlx5e_profile_feature_cap (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | ptp.c | 965 if (!mlx5e_profile_feature_cap(profile, PTP_RX)) in mlx5e_ptp_alloc_rx_fs() 981 if (!mlx5e_profile_feature_cap(profile, PTP_RX)) in mlx5e_ptp_free_rx_fs() 992 if (!mlx5e_profile_feature_cap(priv->profile, PTP_RX)) in mlx5e_ptp_rx_manage_fs()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 1461 if (mlx5e_profile_feature_cap(profile, FS_VLAN)) { in mlx5e_fs_init() 1467 if (mlx5e_profile_feature_cap(profile, FS_TC)) { in mlx5e_fs_init()
|
H A D | en.h | 984 #define mlx5e_profile_feature_cap(profile, feature) \ macro
|
H A D | en_main.c | 4460 if (!mlx5e_profile_feature_cap(priv->profile, PTP_RX)) in mlx5e_hwstamp_set() 5719 mlx5e_profile_feature_cap(profile, PTP_TX) ? in mlx5e_get_max_num_txqs() 5723 mlx5e_profile_feature_cap(profile, QOS_HTB) ? in mlx5e_get_max_num_txqs()
|
H A D | en_ethtool.c | 1941 if (new_val && !mlx5e_profile_feature_cap(priv->profile, PTP_RX) && rx_filter) { in mlx5e_modify_rx_cqe_compression_locked()
|