Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ice/
H A Dice_common.c400 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
616 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
682 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
713 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3106 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3148 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument
3171 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
3213 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
3532 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3562 cfg->phy_type_high = caps->phy_type_high; in ice_copy_phy_caps_to_cfg()
[all …]
H A Dice_lib.c133 u64 phy_type_high);
152 u64 *phy_type_high);
977 switch (phy_type_high) { in ice_get_phy_type_high()
1146 phy_high = le64toh(pcaps.phy_type_high); in ice_add_media_types()
2866 u64 *phy_type_high) in ice_sysctl_speeds_to_aq_phy_types() argument
2868 *phy_type_low = 0, *phy_type_high = 0; in ice_sysctl_speeds_to_aq_phy_types()
2888 *phy_type_high |= ICE_PHYS_100GB_HIGH; in ice_sysctl_speeds_to_aq_phy_types()
3347 types = pcaps.phy_type_high; in __ice_sysctl_phy_type_handler()
3358 cfg.phy_type_high = types & hw->port_info->phy.phy_type_high; in __ice_sysctl_phy_type_handler()
8366 cfg->phy_type_high = htole64(phy_high); in ice_apply_saved_phy_req_to_cfg()
[all …]
H A Dice_type.h285 u64 phy_type_high; member
326 u64 phy_type_high; member
620 u64 phy_type_high; member
H A Dice_lib.h790 int ice_get_phy_type_high(uint64_t phy_type_high);
H A Dice_common.h181 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_adminq_cmd.h1342 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1423 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1575 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
H A Dif_ice_iflib.c1771 else if (li->phy_type_high) in ice_if_media_status()
1772 ifmr->ifm_active |= ice_get_phy_type_high(li->phy_type_high); in ice_if_media_status()