Home
last modified time | relevance | path

Searched refs:speed_ability (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c788 u16 speed_ability; in ixgbe_get_copper_speeds_supported() local
792 &speed_ability); in ixgbe_get_copper_speeds_supported()
796 if (speed_ability & MDIO_SPEED_10G) in ixgbe_get_copper_speeds_supported()
798 if (speed_ability & MDIO_PMA_SPEED_1000) in ixgbe_get_copper_speeds_supported()
800 if (speed_ability & MDIO_PMA_SPEED_100) in ixgbe_get_copper_speeds_supported()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c992 u8 speed_ability) in hclge_parse_fiber_link_mode() argument
996 if (speed_ability & HCLGE_SUPPORT_1G_BIT) in hclge_parse_fiber_link_mode()
1000 if (speed_ability & HCLGE_SUPPORT_10G_BIT) in hclge_parse_fiber_link_mode()
1004 if (speed_ability & HCLGE_SUPPORT_25G_BIT) in hclge_parse_fiber_link_mode()
1008 if (speed_ability & HCLGE_SUPPORT_50G_BIT) in hclge_parse_fiber_link_mode()
1012 if (speed_ability & HCLGE_SUPPORT_100G_BIT) in hclge_parse_fiber_link_mode()
1020 static void hclge_parse_link_mode(struct hclge_dev *hdev, u8 speed_ability) in hclge_parse_link_mode() argument
1027 hclge_parse_fiber_link_mode(hdev, speed_ability); in hclge_parse_link_mode()
1079 cfg->speed_ability = hnae3_get_field(__le32_to_cpu(req->param[1]), in hclge_parse_cfg()
1167 hclge_parse_link_mode(hdev, cfg.speed_ability); in hclge_configure()
Dhclge_main.h240 u8 speed_ability; member