Searched refs:phy_type_high (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.c | 1264 hw->phy.phy_type_high = IXGBE_LE64_TO_CPU(pcaps->phy_type_high); in ixgbe_aci_get_phy_caps() 1300 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ixgbe_phy_caps_equals_cfg() 1327 cfg->phy_type_high = caps->phy_type_high; in ixgbe_copy_phy_caps_to_cfg() 1422 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ixgbe_get_media_type_from_phy_type() 1464 switch (hw_link_info->phy_type_high) { in ixgbe_get_media_type_from_phy_type() 1592 li->phy_type_high = IXGBE_LE64_TO_CPU(link_data.phy_type_high); in ixgbe_aci_get_link_info() 4061 if ((pcaps.phy_type_high & phy_mask) != 0) { in ixgbe_get_media_type_E610() 4063 hw->link.link_info.phy_type_high = phy_mask; in ixgbe_get_media_type_E610() 4076 hw->link.link_info.phy_type_high = 0; in ixgbe_get_media_type_E610() 4135 phy_type = IXGBE_LE64_TO_CPU(pcaps.phy_type_high); in ixgbe_get_supported_physical_layer_E610() [all …]
|
| H A D | ixgbe_type_e610.h | 819 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member 899 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member 1042 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member 2021 u64 phy_type_high; member
|
| H A D | ixgbe_type.h | 4266 u64 phy_type_high; member
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_common.c | 436 ice_phy_maps_to_media(u64 phy_type_low, u64 phy_type_high, in ice_phy_maps_to_media() argument 441 phy_type_high & media_mask_high)) in ice_phy_maps_to_media() 446 !(phy_type_high & ~media_mask_high)) in ice_phy_maps_to_media() 462 u64 phy_type_high, phy_type_low; in ice_set_media_type() local 464 phy_type_high = pi->phy.phy_type_high; in ice_set_media_type() 472 else if (ice_phy_maps_to_media(phy_type_low, phy_type_high, in ice_set_media_type() 477 phy_type_high & ICE_MEDIA_BP_PHY_TYPE_HIGH_M) in ice_set_media_type() 482 else if (ice_phy_maps_to_media(phy_type_low, phy_type_high, in ice_set_media_type() 486 phy_type_high & ICE_MEDIA_OPT_PHY_TYPE_HIGH_M) && in ice_set_media_type() 488 phy_type_high & ICE_MEDIA_C2C_PHY_TYPE_HIGH_M))) in ice_set_media_type() [all …]
|
| H A D | ice_type.h | 347 u64 phy_type_high; 388 u64 phy_type_high; 719 u64 phy_type_high; 331 u64 phy_type_high; global() member 372 u64 phy_type_high; global() member 698 u64 phy_type_high; global() member
|
| H A D | ice_lib.c | 134 u64 phy_type_high); 153 u64 *phy_type_high); 1121 ice_get_phy_type_high(uint64_t phy_type_high) in ice_get_phy_type_high() argument 1123 switch (phy_type_high) { in ice_get_phy_type_high() 1170 uint64_t phy_high = pi->phy.phy_type_high; in ice_phy_types_to_max_rate() 1322 phy_high = le64toh(pcaps.phy_type_high); in ice_add_media_types() 3130 ice_aq_phy_types_to_link_speeds(u64 phy_type_low, u64 phy_type_high) in ice_aq_phy_types_to_link_speeds() argument 3140 for_each_set_bit(bit, &phy_type_high, 64) { in ice_aq_phy_types_to_link_speeds() 3161 u64 *phy_type_high) in ice_sysctl_speeds_to_aq_phy_types() argument 3163 *phy_type_low = 0, *phy_type_high = 0; in ice_sysctl_speeds_to_aq_phy_types() [all …]
|
| H A D | ice_common.h | 200 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
|
| H A D | ice_lib.h | 944 int ice_get_phy_type_high(uint64_t phy_type_high);
|
| H A D | ice_adminq_cmd.h | 1412 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1494 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member 1659 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
|
| H A D | if_ice_iflib.c | 1998 else if (li->phy_type_high) in ice_if_media_status() 1999 ifmr->ifm_active |= ice_get_phy_type_high(li->phy_type_high); in ice_if_media_status()
|