Lines Matching refs:phy_type_high

131 					   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)
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: upper 64-bit PHY Type bitmask
3025 * link speed flags. If phy_type_high has an unknown PHY type, then the return
3029 ice_aq_phy_types_to_link_speeds(u64 phy_type_low, u64 phy_type_high)
3039 for_each_set_bit(bit, &phy_type_high, 64) {
3053 * @phy_type_high: output parameter for higher AQ PHY flags
3060 u64 *phy_type_high)
3062 *phy_type_low = 0, *phy_type_high = 0;
3082 *phy_type_high |= ICE_PHYS_100GB_HIGH;
3163 phy_data->phy_high_orig = le64toh(pcaps.phy_type_high);
3523 * Private handler for phy_type_high and phy_type_low sysctls.
3553 types = pcaps.phy_type_high;
3564 cfg.phy_type_high = types & hw->port_info->phy.phy_type_high;
6744 SYSCTL_ADD_PROC(ctx, debug_list, OID_AUTO, "phy_type_high",
9424 (sc->ldo_tlv.phy_type_low || sc->ldo_tlv.phy_type_high))
9446 sc->ldo_tlv.phy_type_high & phy_high) {
9448 phy_high &= sc->ldo_tlv.phy_type_high;
9474 cfg->phy_type_high = htole64(phy_high);
9579 phy_high = le64toh(pcaps.phy_type_high);
9593 cfg.phy_type_high = pcaps.phy_type_high;
9649 (unsigned long long)tlv->phy_type_high);
9794 phy_high = le64toh(pcaps.phy_type_high);