Searched refs:speed_ability (Results 1 – 4 of 4) sorted by relevance
973 u32 speed_ability = hdev->hw.mac.speed_ability; in hclge_check_port_speed() local1005 if (speed_bit & speed_ability) in hclge_check_port_speed()1011 static void hclge_convert_setting_sr(struct hclge_mac *mac, u8 speed_ability) in hclge_convert_setting_sr() argument1013 if (speed_ability & HCLGE_SUPPORT_10G_BIT) in hclge_convert_setting_sr()1016 if (speed_ability & HCLGE_SUPPORT_25G_BIT) in hclge_convert_setting_sr()1019 if (speed_ability & HCLGE_SUPPORT_40G_BIT) in hclge_convert_setting_sr()1022 if (speed_ability & HCLGE_SUPPORT_50G_BIT) in hclge_convert_setting_sr()1025 if (speed_ability & HCLGE_SUPPORT_100G_BIT) in hclge_convert_setting_sr()1030 static void hclge_convert_setting_lr(struct hclge_mac *mac, u8 speed_ability) in hclge_convert_setting_lr() argument1032 if (speed_ability & HCLGE_SUPPORT_10G_BIT) in hclge_convert_setting_lr()[all …]
261 u32 speed_ability; /* speed ability supported by current media */ member346 u8 speed_ability; member
637 __le32 speed_ability; /* speed ability for current media */ member
1089 u16 speed_ability; in ixgbe_get_copper_speeds_supported() local1093 &speed_ability); in ixgbe_get_copper_speeds_supported()1097 if (speed_ability & MDIO_SPEED_10G) in ixgbe_get_copper_speeds_supported()1099 if (speed_ability & MDIO_PMA_SPEED_1000) in ixgbe_get_copper_speeds_supported()1101 if (speed_ability & MDIO_PMA_SPEED_100) in ixgbe_get_copper_speeds_supported()