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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c485 * i40e_phy_type_to_ethtool - convert the phy_types to ethtool link modes
486 * @pf: PF struct with phy_types
494 u64 phy_types = pf->hw.phy.phy_types; local
499 if (phy_types & I40E_CAP_PHY_TYPE_SGMII) {
512 if (phy_types & I40E_CAP_PHY_TYPE_XAUI ||
513 phy_types & I40E_CAP_PHY_TYPE_XFI ||
514 phy_types & I40E_CAP_PHY_TYPE_SFI ||
515 phy_types & I40E_CAP_PHY_TYPE_10GBASE_SFPP_CU ||
516 phy_types
[all...]
H A Di40e_type.h147 u64 phy_types; member in struct:i40e_phy_info
H A Di40e_common.c1367 hw->phy.phy_types = le32_to_cpu(abilities->phy_type);
1368 hw->phy.phy_types |=
1643 hw->phy.phy_types = le32_to_cpu(tmp);
1644 hw->phy.phy_types |= ((u64)resp->link_type_ext << 32);
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c228 const struct tegra_xusb_phy_type *phy_types; member in struct:tegra_xusb_soc
1331 if (!strncmp(tegra->soc->phy_types[i].name, name,
1335 phy_count += tegra->soc->phy_types[i].num;
1429 if (strcmp(tegra->soc->phy_types[phy_type].name, "hsic") == 0)
1432 if (strcmp(tegra->soc->phy_types[phy_type].name, "usb2") == 0) {
1439 if (strcmp(tegra->soc->phy_types[phy_type].name, "usb3") == 0) {
1712 if (!strncmp(tegra->soc->phy_types[i].name, "usb2", 4))
1713 tegra->num_usb_phys = tegra->soc->phy_types[i].num;
1714 tegra->num_phys += tegra->soc->phy_types[i].num;
1727 for (j = 0; j < tegra->soc->phy_types[
[all...]
/linux-master/drivers/phy/xilinx/
H A Dphy-zynqmp.c682 const int *phy_types; local
691 phy_types = types;
702 phy_types = types;
713 phy_types = types;
726 phy_types = types;
739 phy_types = types;
751 gtr_phy->type = phy_types[phy_instance];
/linux-master/drivers/net/ethernet/sis/
H A Dsis900.c125 u8 phy_types; member in struct:mii_chip_info
153 u8 phy_types; member in struct:mii_phy
655 mii_phy->phy_types = mii_chip_table[i].phy_types;
656 if (mii_chip_table[i].phy_types == MIX)
657 mii_phy->phy_types =
670 mii_phy->phy_types = UNKNOWN;
745 (phy->phy_types != UNKNOWN)) {
751 if (phy->phy_types == HOME)
753 else if(phy->phy_types
[all...]
/linux-master/drivers/mmc/host/
H 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);

Completed in 164 milliseconds