Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c775 | MLX5E_PROT_MASK(MLX5E_10GBASE_SR) in ptys2ethtool_supported_advertised_port()
776 | MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) in ptys2ethtool_supported_advertised_port()
777 | MLX5E_PROT_MASK(MLX5E_40GBASE_SR4) in ptys2ethtool_supported_advertised_port()
790 | MLX5E_PROT_MASK(MLX5E_10GBASE_KR) in ptys2ethtool_supported_advertised_port()
923 (MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) | in get_connector_port()
924 MLX5E_PROT_MASK(MLX5E_10GBASE_CR) | in get_connector_port()
930 (MLX5E_PROT_MASK(MLX5E_10GBASE_KX4) | in get_connector_port()
931 MLX5E_PROT_MASK(MLX5E_10GBASE_KR) | in get_connector_port()
932 MLX5E_PROT_MASK(MLX5E_40GBASE_KR4) | in get_connector_port()
1077 ptys_modes |= MLX5E_PROT_MASK(i); in mlx5e_ethtool2ptys_adver_link()
[all …]
/linux/drivers/infiniband/hw/mlx5/
A Dmain.c341 case MLX5E_PROT_MASK(MLX5E_100BASE_TX): in translate_eth_legacy_proto_oper()
342 case MLX5E_PROT_MASK(MLX5E_1000BASE_T): in translate_eth_legacy_proto_oper()
346 case MLX5E_PROT_MASK(MLX5E_10GBASE_T): in translate_eth_legacy_proto_oper()
349 case MLX5E_PROT_MASK(MLX5E_10GBASE_KR): in translate_eth_legacy_proto_oper()
350 case MLX5E_PROT_MASK(MLX5E_10GBASE_CR): in translate_eth_legacy_proto_oper()
351 case MLX5E_PROT_MASK(MLX5E_10GBASE_SR): in translate_eth_legacy_proto_oper()
352 case MLX5E_PROT_MASK(MLX5E_10GBASE_ER): in translate_eth_legacy_proto_oper()
356 case MLX5E_PROT_MASK(MLX5E_25GBASE_CR): in translate_eth_legacy_proto_oper()
357 case MLX5E_PROT_MASK(MLX5E_25GBASE_KR): in translate_eth_legacy_proto_oper()
358 case MLX5E_PROT_MASK(MLX5E_25GBASE_SR): in translate_eth_legacy_proto_oper()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dport.c233 if (eproto.cap & MLX5E_PROT_MASK(i)) in mlx5e_port_max_linkspeed()
251 link_modes |= MLX5E_PROT_MASK(i); in mlx5e_port_speed2linkmodes()
/linux/include/linux/mlx5/
A Dport.h146 #define MLX5E_PROT_MASK(link_mode) (1 << link_mode) macro

Completed in 17 milliseconds