Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1010 | MLX5E_PROT_MASK(MLX5E_10GBASE_SR) in ptys2ethtool_supported_advertised_port()
1011 | MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) in ptys2ethtool_supported_advertised_port()
1012 | MLX5E_PROT_MASK(MLX5E_40GBASE_SR4) in ptys2ethtool_supported_advertised_port()
1025 | MLX5E_PROT_MASK(MLX5E_10GBASE_KR) in ptys2ethtool_supported_advertised_port()
1161 (MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) | in get_connector_port()
1162 MLX5E_PROT_MASK(MLX5E_10GBASE_CR) | in get_connector_port()
1168 (MLX5E_PROT_MASK(MLX5E_10GBASE_KX4) | in get_connector_port()
1169 MLX5E_PROT_MASK(MLX5E_10GBASE_KR) | in get_connector_port()
1170 MLX5E_PROT_MASK(MLX5E_40GBASE_KR4) | in get_connector_port()
1316 ptys_modes |= MLX5E_PROT_MASK(i); in mlx5e_ethtool2ptys_adver_link()
[all …]
H A Dport.c1173 link_modes |= MLX5E_PROT_MASK(i); in mlx5_port_info2linkmodes()
1196 if (eproto.cap & MLX5E_PROT_MASK(i)) in mlx5_port_max_linkspeed()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmain.c383 case MLX5E_PROT_MASK(MLX5E_100BASE_TX): in translate_eth_legacy_proto_oper()
384 case MLX5E_PROT_MASK(MLX5E_1000BASE_T): in translate_eth_legacy_proto_oper()
388 case MLX5E_PROT_MASK(MLX5E_10GBASE_T): in translate_eth_legacy_proto_oper()
391 case MLX5E_PROT_MASK(MLX5E_10GBASE_KR): in translate_eth_legacy_proto_oper()
392 case MLX5E_PROT_MASK(MLX5E_10GBASE_CR): in translate_eth_legacy_proto_oper()
393 case MLX5E_PROT_MASK(MLX5E_10GBASE_SR): in translate_eth_legacy_proto_oper()
394 case MLX5E_PROT_MASK(MLX5E_10GBASE_ER): in translate_eth_legacy_proto_oper()
398 case MLX5E_PROT_MASK(MLX5E_25GBASE_CR): in translate_eth_legacy_proto_oper()
399 case MLX5E_PROT_MASK(MLX5E_25GBASE_KR): in translate_eth_legacy_proto_oper()
400 case MLX5E_PROT_MASK(MLX5E_25GBASE_SR): in translate_eth_legacy_proto_oper()
[all …]
/linux-6.15/include/linux/mlx5/
H A Dport.h139 #define MLX5E_PROT_MASK(link_mode) (1U << link_mode) macro