Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c44 (1UL << hw_to_ethtool_link_mode_table[mode].link_mode_bit))
47 (1UL << hw_to_ethtool_link_mode_table[mode].link_mode_bit))
83 hw_to_ethtool_link_mode_table[HINIC_LINK_MODE_NUMBERS] = { variable
189 if (link_mode == hw_to_ethtool_link_mode_table[i].hw_link_mode) in hinic_get_link_mode_index()
358 if (hw_to_ethtool_link_mode_table[idx].speed == speed) in hinic_is_support_speed()