Searched refs:hclge_cr_link_mode_bmap (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c974 static const struct hclge_link_mode_bmap hclge_cr_link_mode_bmap[] = { variable in typeref:struct:hclge_link_mode_bmap
1030 for (i = 0; i < ARRAY_SIZE(hclge_cr_link_mode_bmap); i++) {
1031 if (speed_ability & hclge_cr_link_mode_bmap[i].support_bit)
1032 linkmode_set_bit(hclge_cr_link_mode_bmap[i].link_mode,

Completed in 142 milliseconds