Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c486 u64 phy_types = pf->hw.phy.phy_types; in i40e_phy_type_to_ethtool() local
491 if (phy_types & I40E_CAP_PHY_TYPE_SGMII) { in i40e_phy_type_to_ethtool()
504 if (phy_types & I40E_CAP_PHY_TYPE_XAUI || in i40e_phy_type_to_ethtool()
505 phy_types & I40E_CAP_PHY_TYPE_XFI || in i40e_phy_type_to_ethtool()
506 phy_types & I40E_CAP_PHY_TYPE_SFI || in i40e_phy_type_to_ethtool()
507 phy_types & I40E_CAP_PHY_TYPE_10GBASE_SFPP_CU || in i40e_phy_type_to_ethtool()
508 phy_types & I40E_CAP_PHY_TYPE_10GBASE_AOC) { in i40e_phy_type_to_ethtool()
515 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_T) { in i40e_phy_type_to_ethtool()
522 if (phy_types & I40E_CAP_PHY_TYPE_2_5GBASE_T) { in i40e_phy_type_to_ethtool()
529 if (phy_types & I40E_CAP_PHY_TYPE_5GBASE_T) { in i40e_phy_type_to_ethtool()
[all …]
H A Di40e_type.h190 u64 phy_types; member
H A Di40e_common.c1624 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1625 hw->phy.phy_types |= in i40e_aq_get_phy_capabilities()
1901 hw->phy.phy_types = le32_to_cpu(tmp); in i40e_aq_get_link_info()
1902 hw->phy.phy_types |= ((u64)resp->link_type_ext << 32); in i40e_aq_get_link_info()
/OK3568_Linux_fs/kernel/drivers/phy/xilinx/
H A Dphy-zynqmp.c669 const int *phy_types; in xpsgtr_set_lane_type() local
678 phy_types = types; in xpsgtr_set_lane_type()
689 phy_types = types; in xpsgtr_set_lane_type()
700 phy_types = types; in xpsgtr_set_lane_type()
713 phy_types = types; in xpsgtr_set_lane_type()
726 phy_types = types; in xpsgtr_set_lane_type()
738 gtr_phy->type = phy_types[phy_instance]; in xpsgtr_set_lane_type()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c194 const struct tegra_xusb_phy_type *phy_types; member
1146 if (!strncmp(tegra->soc->phy_types[i].name, name, in tegra_xusb_get_phy()
1150 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
1479 if (!strncmp(tegra->soc->phy_types[i].name, "usb2", 4)) in tegra_xusb_probe()
1480 tegra->num_usb_phys = tegra->soc->phy_types[i].num; in tegra_xusb_probe()
1481 tegra->num_phys += tegra->soc->phy_types[i].num; in tegra_xusb_probe()
1494 for (j = 0; j < tegra->soc->phy_types[i].num; j++) { in tegra_xusb_probe()
1496 tegra->soc->phy_types[i].name, j); in tegra_xusb_probe()
1914 .phy_types = tegra124_phy_types,
1950 .phy_types = tegra210_phy_types,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis900.c125 u8 phy_types; member
153 u8 phy_types; member
648 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()
649 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
650 mii_phy->phy_types = in sis900_mii_probe()
663 mii_phy->phy_types = UNKNOWN; in sis900_mii_probe()
738 (phy->phy_types != UNKNOWN)) { in sis900_default_phy()
744 if (phy->phy_types == HOME) in sis900_default_phy()
746 else if(phy->phy_types == LAN) in sis900_default_phy()
1377 if (mii_phy->phy_types == LAN) { in sis900_check_mode()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-xenon-phy.c135 static const char * const phy_types[] = { variable
821 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()