Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ice/
H A Dice_common.c431 if (!(phy_type_low & media_mask_low || in ice_phy_maps_to_media()
436 if (!(phy_type_low & ~media_mask_low) && in ice_phy_maps_to_media()
453 u64 phy_type_high, phy_type_low; in ice_set_media_type() local
456 phy_type_low = pi->phy.phy_type_low; in ice_set_media_type()
589 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()
709 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()
738 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()
3426 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()
3582 *phy_type_low |= BIT_ULL(index); in ice_update_phy_type()
3955 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
[all …]
H A Dice_lib.c969 switch (phy_type_low) { in ice_get_phy_type_low()
3139 *phy_type_low |= ICE_PHYS_100MB; in ice_sysctl_speeds_to_aq_phy_types()
3141 *phy_type_low |= ICE_PHYS_1000MB; in ice_sysctl_speeds_to_aq_phy_types()
3145 *phy_type_low |= ICE_PHYS_5GB; in ice_sysctl_speeds_to_aq_phy_types()
3147 *phy_type_low |= ICE_PHYS_10GB; in ice_sysctl_speeds_to_aq_phy_types()
3149 *phy_type_low |= ICE_PHYS_25GB; in ice_sysctl_speeds_to_aq_phy_types()
3151 *phy_type_low |= ICE_PHYS_40GB; in ice_sysctl_speeds_to_aq_phy_types()
3153 *phy_type_low |= ICE_PHYS_50GB; in ice_sysctl_speeds_to_aq_phy_types()
3632 types = pcaps.phy_type_low; in __ice_sysctl_phy_type_handler()
3643 cfg.phy_type_low = types & hw->port_info->phy.phy_type_low; in __ice_sysctl_phy_type_handler()
[all …]
H A Dice_type.h346 u64 phy_type_low; member
387 u64 phy_type_low; member
718 u64 phy_type_low; member
H A Dice_common.h200 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_lib.h936 int ice_get_phy_type_low(uint64_t phy_type_low);
H A Dice_adminq_cmd.h1411 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1493 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1658 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
H A Dif_ice_iflib.c1940 if (li->phy_type_low) in ice_if_media_status()
1941 ifmr->ifm_active |= ice_get_phy_type_low(li->phy_type_low); in ice_if_media_status()