Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h195 #define HCLGE_SUPPORT_10M_BIT BIT(7) macro
202 (HCLGE_SUPPORT_1G_BIT | HCLGE_SUPPORT_100M_BIT | HCLGE_SUPPORT_10M_BIT)
H A Dhclge_main.c928 {HCLGE_MAC_SPEED_10M, HCLGE_SUPPORT_10M_BIT},
1186 if (speed_ability & HCLGE_SUPPORT_10M_BIT) { in hclge_parse_copper_link_mode()
1238 if (speed_ability & HCLGE_SUPPORT_10M_BIT) in hclge_get_max_speed()