Home
last modified time | relevance | path

Searched refs:MLX5E_PROT_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c819 | MLX5E_PROT_MASK(MLX5E_10GBASE_SR) in ptys2ethtool_supported_advertised_port()
820 | MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) in ptys2ethtool_supported_advertised_port()
821 | MLX5E_PROT_MASK(MLX5E_40GBASE_SR4) in ptys2ethtool_supported_advertised_port()
834 | MLX5E_PROT_MASK(MLX5E_10GBASE_KR) in ptys2ethtool_supported_advertised_port()
967 (MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) | in get_connector_port()
968 MLX5E_PROT_MASK(MLX5E_10GBASE_CR) | in get_connector_port()
974 (MLX5E_PROT_MASK(MLX5E_10GBASE_KX4) | in get_connector_port()
975 MLX5E_PROT_MASK(MLX5E_10GBASE_KR) | in get_connector_port()
976 MLX5E_PROT_MASK(MLX5E_40GBASE_KR4) | in get_connector_port()
1121 ptys_modes |= MLX5E_PROT_MASK(i); in mlx5e_ethtool2ptys_adver_link()
[all …]
H A Dport.c1180 link_modes |= MLX5E_PROT_MASK(i); in mlx5_port_speed2linkmodes()
1202 if (eproto.cap & MLX5E_PROT_MASK(i)) in mlx5_port_max_linkspeed()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c342 case MLX5E_PROT_MASK(MLX5E_100BASE_TX): in translate_eth_legacy_proto_oper()
343 case MLX5E_PROT_MASK(MLX5E_1000BASE_T): in translate_eth_legacy_proto_oper()
347 case MLX5E_PROT_MASK(MLX5E_10GBASE_T): in translate_eth_legacy_proto_oper()
350 case MLX5E_PROT_MASK(MLX5E_10GBASE_KR): in translate_eth_legacy_proto_oper()
351 case MLX5E_PROT_MASK(MLX5E_10GBASE_CR): in translate_eth_legacy_proto_oper()
352 case MLX5E_PROT_MASK(MLX5E_10GBASE_SR): in translate_eth_legacy_proto_oper()
353 case MLX5E_PROT_MASK(MLX5E_10GBASE_ER): in translate_eth_legacy_proto_oper()
357 case MLX5E_PROT_MASK(MLX5E_25GBASE_CR): in translate_eth_legacy_proto_oper()
358 case MLX5E_PROT_MASK(MLX5E_25GBASE_KR): in translate_eth_legacy_proto_oper()
403 case MLX5E_PROT_MASK(MLX5E_5GBASE_R): in translate_eth_ext_proto_oper()
[all …]
/openbmc/linux/include/linux/mlx5/
H A Dport.h150 #define MLX5E_PROT_MASK(link_mode) (1U << link_mode) macro