Searched refs:mlx5e_profile_feature_cap (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.c | 807 if (!mlx5e_profile_feature_cap(profile, PTP_RX)) in mlx5e_ptp_alloc_rx_fs() 823 if (!mlx5e_profile_feature_cap(profile, PTP_RX)) in mlx5e_ptp_free_rx_fs() 834 if (!mlx5e_profile_feature_cap(priv->profile, PTP_RX)) in mlx5e_ptp_rx_manage_fs()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs.c | 1445 if (mlx5e_profile_feature_cap(profile, FS_VLAN)) { in mlx5e_fs_init() 1451 if (mlx5e_profile_feature_cap(profile, FS_TC)) { in mlx5e_fs_init()
|
D | en.h | 1008 #define mlx5e_profile_feature_cap(profile, feature) \ macro
|
D | en_main.c | 4370 if (!mlx5e_profile_feature_cap(priv->profile, PTP_RX)) in mlx5e_hwstamp_set() 5621 mlx5e_profile_feature_cap(profile, PTP_TX) ? in mlx5e_get_max_num_txqs() 5625 mlx5e_profile_feature_cap(profile, QOS_HTB) ? in mlx5e_get_max_num_txqs()
|
D | en_ethtool.c | 1931 if (new_val && !mlx5e_profile_feature_cap(priv->profile, PTP_RX) && rx_filter) { in mlx5e_modify_rx_cqe_compression_locked()
|