Home
last modified time | relevance | path

Searched refs:phy_types (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c497 u64 phy_types = pf->hw.phy.phy_types; in i40e_phy_type_to_ethtool() local
502 if (phy_types & I40E_CAP_PHY_TYPE_SGMII) { in i40e_phy_type_to_ethtool()
515 if (phy_types & I40E_CAP_PHY_TYPE_XAUI || in i40e_phy_type_to_ethtool()
516 phy_types & I40E_CAP_PHY_TYPE_XFI || in i40e_phy_type_to_ethtool()
517 phy_types & I40E_CAP_PHY_TYPE_SFI || in i40e_phy_type_to_ethtool()
526 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_T) { in i40e_phy_type_to_ethtool()
540 if (phy_types & I40E_CAP_PHY_TYPE_5GBASE_T) { in i40e_phy_type_to_ethtool()
547 if (phy_types & I40E_CAP_PHY_TYPE_XLAUI || in i40e_phy_type_to_ethtool()
548 phy_types & I40E_CAP_PHY_TYPE_XLPPI || in i40e_phy_type_to_ethtool()
704 if (phy_types & I40E_CAP_PHY_TYPE_SGMII || in i40e_phy_type_to_ethtool()
[all …]
A Di40e_type.h147 u64 phy_types; member
A Di40e_common.c1055 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1056 hw->phy.phy_types |= in i40e_aq_get_phy_capabilities()
1331 hw->phy.phy_types = le32_to_cpu(tmp); in i40e_aq_get_link_info()
1332 hw->phy.phy_types |= ((u64)resp->link_type_ext << 32); in i40e_aq_get_link_info()
/drivers/usb/host/
A Dxhci-tegra.c229 const struct tegra_xusb_phy_type *phy_types; member
1332 if (!strncmp(tegra->soc->phy_types[i].name, name, in tegra_xusb_get_phy()
1336 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
1717 tegra->num_usb_phys = tegra->soc->phy_types[i].num; in tegra_xusb_probe()
1718 tegra->num_phys += tegra->soc->phy_types[i].num; in tegra_xusb_probe()
1733 tegra->soc->phy_types[i].name, j); in tegra_xusb_probe()
2490 .phy_types = tegra124_phy_types,
2528 .phy_types = tegra210_phy_types,
2571 .phy_types = tegra186_phy_types,
2605 .phy_types = tegra194_phy_types,
[all …]
/drivers/net/ethernet/sis/
A Dsis900.c125 u8 phy_types; member
153 u8 phy_types; member
655 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()
656 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
657 mii_phy->phy_types = in sis900_mii_probe()
670 mii_phy->phy_types = UNKNOWN; in sis900_mii_probe()
745 (phy->phy_types != UNKNOWN)) { in sis900_default_phy()
751 if (phy->phy_types == HOME) in sis900_default_phy()
753 else if(phy->phy_types == LAN) in sis900_default_phy()
1385 if (mii_phy->phy_types == LAN) { in sis900_check_mode()
/drivers/mmc/host/
A Dsdhci-xenon-phy.c138 static const char * const phy_types[] = { variable
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()

Completed in 731 milliseconds