Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c397 enum i40e_aq_capabilities_phy_type phy_types = hw->phy.phy_types; in i40e_get_settings_link_down() local
404 if (phy_types & I40E_CAP_PHY_TYPE_SGMII) { in i40e_get_settings_link_down()
414 if (phy_types & I40E_CAP_PHY_TYPE_XAUI || in i40e_get_settings_link_down()
415 phy_types & I40E_CAP_PHY_TYPE_XFI || in i40e_get_settings_link_down()
416 phy_types & I40E_CAP_PHY_TYPE_SFI || in i40e_get_settings_link_down()
417 phy_types & I40E_CAP_PHY_TYPE_10GBASE_SFPP_CU || in i40e_get_settings_link_down()
418 phy_types & I40E_CAP_PHY_TYPE_10GBASE_AOC) in i40e_get_settings_link_down()
420 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1_CU || in i40e_get_settings_link_down()
421 phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1 || in i40e_get_settings_link_down()
422 phy_types & I40E_CAP_PHY_TYPE_10GBASE_T || in i40e_get_settings_link_down()
[all …]
Di40e_type.h228 enum i40e_aq_capabilities_phy_type phy_types; member
Di40e_common.c1612 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
Di40e_main.c10736 pf->hw.phy.phy_types = le32_to_cpu(abilities.phy_type); in i40e_probe()
/drivers/net/ethernet/sis/
Dsis900.c125 u8 phy_types; member
153 u8 phy_types; member
643 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()
644 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
645 mii_phy->phy_types = in sis900_mii_probe()
658 mii_phy->phy_types = UNKNOWN; in sis900_mii_probe()
733 (phy->phy_types != UNKNOWN)) in sis900_default_phy()
739 if (phy->phy_types == HOME) in sis900_default_phy()
741 else if(phy->phy_types == LAN) in sis900_default_phy()
1373 if (mii_phy->phy_types == LAN) { in sis900_check_mode()
/drivers/net/ethernet/intel/i40evf/
Di40e_type.h228 enum i40e_aq_capabilities_phy_type phy_types; member