Searched refs:phy_type_high (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_e610.c | 996 hw->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ixgbe_aci_get_phy_caps() 1020 cfg->phy_type_high = caps->phy_type_high; in ixgbe_copy_phy_caps_to_cfg() 1148 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ixgbe_get_media_type_from_phy_type() 1204 switch (hw_link_info->phy_type_high) { in ixgbe_get_media_type_from_phy_type() 1329 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ixgbe_aci_get_link_info() 1449 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_high)); in ixgbe_get_media_type_e610() 1451 hw->link.link_info.phy_type_high = in ixgbe_get_media_type_e610() 1777 u64 phy_type_low, phy_type_high; in ixgbe_identify_phy_e610() local 1800 phy_type_high = le64_to_cpu(pcaps.phy_type_high); in ixgbe_identify_phy_e610() 1803 if (phy_type_high & IXGBE_PHY_TYPE_HIGH_10BASE_T || in ixgbe_identify_phy_e610() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 481 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps() 507 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps() 656 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type() 745 switch (hw_link_info->phy_type_high) { in ice_get_media_type() 828 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info() 859 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info() 3205 u16 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 3298 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type() 3350 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument 3373 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type() [all …]
|
H A D | ice_ethtool.c | 2146 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool() 2152 ldo->phy_type_high; in ice_phy_type_to_ethtool() 2158 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 2166 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool() 2562 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument 2585 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed() 2609 u64 phy_type_high = 0; in ice_set_link_ksettings() local 2719 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings() 2734 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings() 2743 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings() [all …]
|
H A D | ice_type.h | 169 u64 phy_type_high; member 201 u64 phy_type_high; member 547 u64 phy_type_high; member
|
H A D | ice_common.h | 128 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, 293 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
|
H A D | ice_adminq_cmd.h | 1153 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1229 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1380 __le64 phy_type_high; member 1382 offsetofend(struct ice_aqc_get_link_status_data, phy_type_high)
|
H A D | ice_main.c | 2043 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type() 2107 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override() 2110 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override() 2111 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override() 2271 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy() 2278 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy() 2283 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy() 2285 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()
|
H A D | ice_ptp_hw.c | 1930 li->phy_type_high); in ice_phy_get_speed_eth56g() 1956 if (li->phy_type_high || in ice_phy_get_speed_eth56g()
|