Searched refs:MLX5E_PROT_MASK (Results 1 – 2 of 2) sorted by relevance
448 if (eth_proto_cap & MLX5E_PROT_MASK(i)) in ptys2ethtool_supported_link()460 if (eth_proto_cap & MLX5E_PROT_MASK(i)) in ptys2ethtool_adver_link()468 if (eth_proto_cap & (MLX5E_PROT_MASK(MLX5E_10GBASE_CR) in ptys2ethtool_supported_port()469 | MLX5E_PROT_MASK(MLX5E_10GBASE_SR) in ptys2ethtool_supported_port()470 | MLX5E_PROT_MASK(MLX5E_40GBASE_CR4) in ptys2ethtool_supported_port()471 | MLX5E_PROT_MASK(MLX5E_40GBASE_SR4) in ptys2ethtool_supported_port()472 | MLX5E_PROT_MASK(MLX5E_100GBASE_SR4) in ptys2ethtool_supported_port()473 | MLX5E_PROT_MASK(MLX5E_1000BASE_CX_SGMII))) { in ptys2ethtool_supported_port()477 if (eth_proto_cap & (MLX5E_PROT_MASK(MLX5E_100GBASE_KR4) in ptys2ethtool_supported_port()478 | MLX5E_PROT_MASK(MLX5E_40GBASE_KR4) in ptys2ethtool_supported_port()[all …]
556 #define MLX5E_PROT_MASK(link_mode) (1 << link_mode) macro