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

/freebsd-current/sys/dev/ice/
H A Dice_common.c120 * @high: 64 bit value for phy_type_high
137 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix,
349 * @phy_type_high: PHY type high bits
357 ice_phy_maps_to_media(u64 phy_type_low, u64 phy_type_high, argument
362 phy_type_high & media_mask_high))
367 !(phy_type_high & ~media_mask_high))
383 u64 phy_type_high, phy_type_low; local
385 phy_type_high = pi->phy.phy_type_high;
393 else if (ice_phy_maps_to_media(phy_type_low, phy_type_high,
3140 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high) argument
3275 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, u16 link_speeds_bitmap) argument
[all...]
H A Dice_type.h332 u64 phy_type_high; member in struct:ice_link_status
373 u64 phy_type_high; member in struct:ice_phy_info
702 u64 phy_type_high; member in struct:ice_link_default_override_tlv
H A Dice_lib.c131 u64 phy_type_high);
150 u64 *phy_type_high);
1097 * ice_get_phy_type_high - Get media associated with phy_type_high
1098 * @phy_type_high: the upper 64bits of phy_type from the AdminQ
1103 * called. If phy_type_high is zero, call ice_get_phy_type_low.
1106 ice_get_phy_type_high(uint64_t phy_type_high) argument
1108 switch (phy_type_high) {
1135 uint64_t phy_high = pi->phy.phy_type_high;
1277 phy_high = le64toh(pcaps.phy_type_high);
3022 * @phy_type_high
3029 ice_aq_phy_types_to_link_speeds(u64 phy_type_low, u64 phy_type_high) argument
3059 ice_sysctl_speeds_to_aq_phy_types(u16 sysctl_speeds, u64 *phy_type_low, u64 *phy_type_high) argument
[all...]
H A Dice_lib.h840 int ice_get_phy_type_high(uint64_t phy_type_high);
H A Dice_common.h191 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_adminq_cmd.h1386 /* The second set of defines is for phy_type_high. */
1396 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member in struct:ice_aqc_get_phy_caps_data
1478 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member in struct:ice_aqc_set_phy_cfg_data
1636 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member in struct:ice_aqc_get_link_status_data
H A Dif_ice_iflib.c1947 else if (li->phy_type_high)
1948 ifmr->ifm_active |= ice_get_phy_type_high(li->phy_type_high);

Completed in 222 milliseconds