Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_common.c389 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
552 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
617 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
648 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3150 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3192 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument
3215 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
3257 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
3578 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3608 cfg->phy_type_high = caps->phy_type_high; in ice_copy_phy_caps_to_cfg()
[all …]
H A Dice_type.h247 u64 phy_type_high; member
287 u64 phy_type_high; member
847 u64 phy_type_high; member
H A Dice_common.h149 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_adminq_cmd.h1359 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1440 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1592 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
/dpdk/drivers/net/ice/
H A Dice_ethdev.c3700 u64 phy_type_high; in ice_dev_info_get() local
3794 phy_type_high = hw->port_info->phy.phy_type_high; in ice_dev_info_get()
3800 ICE_PHY_TYPE_SUPPORT_100G_HIGH(phy_type_high)) in ice_dev_info_get()
3975 cfg.phy_type_high = pcaps->phy_type_high; in ice_force_phys_link_state()