Searched refs:phy_type_high (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 176 (unsigned long long)le64_to_cpu(pcaps->phy_type_high)); in ice_aq_get_phy_caps() 198 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps() 268 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type() 357 switch (hw_link_info->phy_type_high) { in ice_get_media_type() 422 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info() 452 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info() 2438 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high) in ice_get_link_speed_based_on_phy_type() argument 2531 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type() 2573 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument 2596 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type() [all …]
|
D | ice_ethtool.c | 1531 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool() 1537 ldo->phy_type_high; in ice_phy_type_to_ethtool() 1541 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 1549 adv_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 2188 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument 2211 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed() 2235 u64 phy_type_high = 0; in ice_set_link_ksettings() local 2350 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings() 2365 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings() 2374 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings() [all …]
|
D | ice_type.h | 144 u64 phy_type_high; member 175 u64 phy_type_high; member 346 u64 phy_type_high; member
|
D | ice_common.h | 94 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
|
D | ice_main.c | 1719 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type() 1780 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override() 1783 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override() 1784 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override() 1946 cfg->phy_type_high = pi->phy.curr_user_phy_cfg.phy_type_high; in ice_configure_phy() 1953 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy() 1958 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy() 1960 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()
|
D | ice_adminq_cmd.h | 961 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1037 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1177 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
|