Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h204 #define HCLGE_SUPPORT_1G_BIT BIT(0) macro
215 (HCLGE_SUPPORT_1G_BIT | HCLGE_SUPPORT_100M_BIT | HCLGE_SUPPORT_10M_BIT)
Dhclge_main.c999 {HCLGE_MAC_SPEED_1G, HCLGE_SUPPORT_1G_BIT},
1109 if (speed_ability & HCLGE_SUPPORT_1G_BIT) in hclge_convert_setting_kr()
1169 if (speed_ability & HCLGE_SUPPORT_1G_BIT) in hclge_parse_fiber_link_mode()
1211 if (speed_ability & HCLGE_SUPPORT_1G_BIT) in hclge_parse_copper_link_mode()
1268 if (speed_ability & HCLGE_SUPPORT_1G_BIT) in hclge_get_max_speed()