Home
last modified time | relevance | path

Searched refs:MLX5_CAP_PCAM_FEATURE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c332 MLX5_CAP_PCAM_FEATURE(dev, fec_50G_per_lane_in_pplm)) || in mlx5e_is_fec_supported_link_mode()
334 MLX5_CAP_PCAM_FEATURE(dev, fec_100G_per_lane_in_pplm)) || in mlx5e_is_fec_supported_link_mode()
336 MLX5_CAP_PCAM_FEATURE(dev, fec_200G_per_lane_in_pplm)); in mlx5e_is_fec_supported_link_mode()
555 bool fec_50g_per_lane = MLX5_CAP_PCAM_FEATURE(dev, fec_50G_per_lane_in_pplm); in mlx5e_set_fec_mode()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c925 if (!(MLX5_CAP_PCAM_FEATURE(mdev, pfcc_mask) && in mlx5e_stats_get_per_prio()
1289 (MLX5_CAP_PCAM_FEATURE(dev, ppcnt_statistical_group) ? \
1292 (MLX5_CAP_PCAM_FEATURE(dev, per_lane_error_counters) ? \
1295 (MLX5_CAP_PCAM_FEATURE(dev, ppcnt_recovery_counters) ? \
1385 if (MLX5_CAP_PCAM_FEATURE(mdev, ppcnt_statistical_group)) { in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1393 if (MLX5_CAP_PCAM_FEATURE(mdev, ppcnt_recovery_counters)) { in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1643 if (MLX5_CAP_PCAM_FEATURE(priv->mdev, ppcnt_statistical_group)) { in mlx5e_stats_fec_get()
1663 if (MLX5_CAP_PCAM_FEATURE((priv)->mdev, rx_buffer_fullness_counters)) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
1673 if (MLX5_CAP_PCAM_FEATURE((priv)->mdev, rx_buffer_fullness_counters)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
1682 if (MLX5_CAP_PCAM_FEATURE((priv)->mdev, rx_buffer_fullness_counters)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
[all …]
H A Den_ethtool.c1057 if (!MLX5_CAP_PCAM_FEATURE(mdev, ptys_connector_type)) { in ptys2ethtool_supported_advertised_port()
1196 if (MLX5_CAP_PCAM_FEATURE(mdev, ptys_connector_type)) in get_connector_port()
1632 if (!MLX5_CAP_PCAM_FEATURE((priv)->mdev, pfcc_mask) || in mlx5e_get_pfc_prevention_tout()
1647 if (!MLX5_CAP_PCAM_FEATURE((priv)->mdev, pfcc_mask) || in mlx5e_set_pfc_prevention_tout()
H A Dport.c960 if (!MLX5_CAP_PCAM_FEATURE(mdev, buffer_ownership)) { in mlx5_query_port_buffer_ownership()
1123 if (MLX5_CAP_PCAM_FEATURE(mdev, ptys_extended_ethernet)) in mlx5_ptys_ext_supported()
/linux/include/linux/mlx5/
H A Ddevice.h1434 #define MLX5_CAP_PCAM_FEATURE(mdev, fld) \ macro