Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_e610.c1044 hw->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ixgbe_aci_get_phy_caps()
1068 cfg->phy_type_high = caps->phy_type_high; in ixgbe_copy_phy_caps_to_cfg()
1254 switch (hw_link_info->phy_type_high) { in ixgbe_get_media_type_from_phy_type()
1379 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ixgbe_aci_get_link_info()
1556 hw->link.link_info.phy_type_high = in ixgbe_get_media_type_e610()
1564 hw->link.link_info.phy_type_high = 0; in ixgbe_get_media_type_e610()
1916 u64 phy_type_low, phy_type_high; in ixgbe_identify_phy_e610() local
1939 phy_type_high = le64_to_cpu(pcaps.phy_type_high); in ixgbe_identify_phy_e610()
2131 phy_type_high &= sup_phy_type_high; in ixgbe_setup_phy_link_e610()
2132 pcfg.phy_type_high = cpu_to_le64(phy_type_high); in ixgbe_setup_phy_link_e610()
[all …]
A Dixgbe_type_e610.h306 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member
383 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member
516 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
799 u64 phy_type_high; member
A Dixgbe_type.h3695 u64 phy_type_high; member
/drivers/net/ethernet/intel/ice/
A Dice_common.c376 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
402 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps()
641 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
724 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info()
755 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3426 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3501 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
3545 (unsigned long long)le64_to_cpu(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
3916 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3946 cfg->phy_type_high = caps->phy_type_high; in ice_copy_phy_caps_to_cfg()
[all …]
A Dice_ethtool.c2156 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
2162 ldo->phy_type_high; in ice_phy_type_to_ethtool()
2168 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2176 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2572 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2619 u64 phy_type_high = 0; in ice_set_link_ksettings() local
2744 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()
2753 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings()
2754 phy_caps->phy_type_high; in ice_set_link_ksettings()
2758 if (!(config.phy_type_high || config.phy_type_low)) { in ice_set_link_ksettings()
[all …]
A Dice_type.h170 u64 phy_type_high; member
202 u64 phy_type_high; member
548 u64 phy_type_high; member
A Dice_common.h175 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
338 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
A Dice_adminq_cmd.h1047 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1123 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1274 __le64 phy_type_high; member
1276 offsetofend(struct ice_aqc_get_link_status_data, phy_type_high)
A Dice_main.c2047 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type()
2111 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
2114 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override()
2115 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override()
2275 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
2282 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy()
2287 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()
2289 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()
A Dice_ptp_hw.c1414 li->phy_type_high); in ice_phy_get_speed_eth56g()
1440 if (li->phy_type_high || in ice_phy_get_speed_eth56g()

Completed in 92 milliseconds