Home
last modified time | relevance | path

Searched refs:MLX4_PROT_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c525 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_T) in ptys_get_supported_port()
526 | MLX4_PROT_MASK(MLX4_1000BASE_T) in ptys_get_supported_port()
527 | MLX4_PROT_MASK(MLX4_100BASE_TX))) { in ptys_get_supported_port()
531 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_CR) in ptys_get_supported_port()
532 | MLX4_PROT_MASK(MLX4_10GBASE_SR) in ptys_get_supported_port()
533 | MLX4_PROT_MASK(MLX4_56GBASE_SR4) in ptys_get_supported_port()
534 | MLX4_PROT_MASK(MLX4_40GBASE_CR4) in ptys_get_supported_port()
535 | MLX4_PROT_MASK(MLX4_40GBASE_SR4) in ptys_get_supported_port()
536 | MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII))) { in ptys_get_supported_port()
540 if (eth_proto & (MLX4_PROT_MASK(MLX4_56GBASE_KR4) in ptys_get_supported_port()
[all …]
Den_port.h76 #define MLX4_PROT_MASK(link_mode) (1<<link_mode) macro