/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 175 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_phy_caps() 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() 451 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", 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) ice_get_link_speed_based_on_phy_type() argument 2573 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, u16 link_speeds_bitmap) ice_update_phy_type() argument [all...] |
H A D | ice_type.h | 144 u64 phy_type_high; member 175 u64 phy_type_high; member 346 u64 phy_type_high; member
|
H A 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() 2183 * @phy_type_high: pointer to the higher part of phy_type 2188 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() 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() 2187 ice_set_phy_type_from_speed(const struct ethtool_link_ksettings *ks, u64 *phy_type_low, u64 *phy_type_high, u16 adv_link_speed) ice_set_phy_type_from_speed() argument [all...] |
H A D | ice_common.h | 94 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
|
H A 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 in ice_configure_phy() [all...] |
H A D | ice_adminq_cmd.h | 951 /* The second set of defines is for phy_type_high. */ 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 91 * @high: 64 bit value for phy_type_high 105 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix, high); in ice_dump_phy_type() 370 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps() 396 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps() 468 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type() 557 switch (hw_link_info->phy_type_high) { in ice_get_media_type() 622 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info() 652 ice_debug(hw, ICE_DBG_LINK, " phy_type_high in ice_aq_get_link_info() 3028 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high) ice_get_link_speed_based_on_phy_type() argument 3163 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, u16 link_speeds_bitmap) ice_update_phy_type() argument [all...] |
H A D | ice_ethtool.c | 1734 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool() 1740 ldo->phy_type_high; in ice_phy_type_to_ethtool() 1746 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 1754 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 2152 * @phy_type_high: pointer to the higher part of phy_type 2157 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() 2180 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed() 2204 u64 phy_type_high = 0; in ice_set_link_ksettings() local 2314 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings() 2329 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings() 2156 ice_set_phy_type_from_speed(const struct ethtool_link_ksettings *ks, u64 *phy_type_low, u64 *phy_type_high, u16 adv_link_speed) ice_set_phy_type_from_speed() argument [all...] |
H A D | ice_type.h | 156 u64 phy_type_high; member 188 u64 phy_type_high; member 506 u64 phy_type_high; member
|
H A D | ice_common.h | 102 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
|
H A D | ice_adminq_cmd.h | 1096 /* The second set of defines is for phy_type_high. */ 1106 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1182 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1325 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
|
H A D | ice_main.c | 1980 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type() 2044 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override() 2047 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override() 2048 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override() 2208 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy() 2215 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy() 2220 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy() 2222 cfg->phy_type_high in ice_configure_phy() [all...] |