Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c177 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_high)); in ice_aq_get_phy_caps()
199 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
360 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
425 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
455 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
2480 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
2545 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
2587 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
2902 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
2932 cfg->phy_type_high = caps->phy_type_high; in ice_copy_phy_caps_to_cfg()
[all …]
H A Dice_type.h245 u64 phy_type_high; member
284 u64 phy_type_high; member
578 u64 phy_type_high; member
H A Dice_common.h130 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_adminq_cmd.h1288 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1369 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1519 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c3579 u64 phy_type_high; in ice_dev_info_get() local
3673 phy_type_high = hw->port_info->phy.phy_type_high; in ice_dev_info_get()
3679 ICE_PHY_TYPE_SUPPORT_100G_HIGH(phy_type_high)) in ice_dev_info_get()
3854 cfg.phy_type_high = pcaps->phy_type_high; in ice_force_phys_link_state()