Searched refs:hw_link_info (Results 1 – 5 of 5) sorted by relevance
494 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB) in i40e_phy_type_to_ethtool()532 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_5GB) in i40e_phy_type_to_ethtool()768 u32 link_speed = hw_link_info->link_speed; in i40e_get_settings_link_up()771 switch (hw_link_info->phy_type) { in i40e_get_settings_link_up()828 if (hw_link_info->module_type[2] & in i40e_get_settings_link_up()830 hw_link_info->module_type[2] & in i40e_get_settings_link_up()834 if (hw_link_info->requested_speeds & in i40e_get_settings_link_up()915 if (hw_link_info->requested_speeds & in i40e_get_settings_link_up()984 hw_link_info->phy_type); in i40e_get_settings_link_up()1569 ((hw_link_info->an_info & I40E_AQ_AN_COMPLETED) ? in i40e_get_pauseparam()[all …]
1723 struct i40e_link_status *hw_link_info = &hw->phy.link_info; in i40e_aq_get_link_info() local1742 hw->phy.link_info_old = *hw_link_info; in i40e_aq_get_link_info()1748 hw_link_info->link_info = resp->link_info; in i40e_aq_get_link_info()1749 hw_link_info->an_info = resp->an_info; in i40e_aq_get_link_info()1752 hw_link_info->ext_info = resp->ext_info; in i40e_aq_get_link_info()1770 hw_link_info->crc_enable = true; in i40e_aq_get_link_info()1772 hw_link_info->crc_enable = false; in i40e_aq_get_link_info()1775 hw_link_info->lse_enable = true; in i40e_aq_get_link_info()1777 hw_link_info->lse_enable = false; in i40e_aq_get_link_info()1782 hw_link_info->phy_type = I40E_PHY_TYPE_10GBASE_SFPP_CU; in i40e_aq_get_link_info()[all …]
878 struct i40e_link_status *hw_link_info; in i40e_ptp_set_increment() local883 hw_link_info = &hw->phy.link_info; in i40e_ptp_set_increment()887 switch (hw_link_info->link_speed) { in i40e_ptp_set_increment()
301 struct ice_link_status *hw_link_info; in ice_get_media_type() local306 hw_link_info = &pi->phy.link_info; in ice_get_media_type()307 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()311 if (hw_link_info->phy_type_low) { in ice_get_media_type()317 if (hw_link_info->phy_type_low == ICE_PHY_TYPE_LOW_1G_SGMII && in ice_get_media_type()318 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()320 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()324 switch (hw_link_info->phy_type_low) { in ice_get_media_type()396 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
1939 struct ice_link_status *hw_link_info; in ice_get_link_ksettings() local1947 hw_link_info = &vsi->port_info->phy.link_info; in ice_get_link_ksettings()1950 if (hw_link_info->link_info & ICE_AQ_LINK_UP) in ice_get_link_ksettings()1956 ks->base.autoneg = (hw_link_info->an_info & ICE_AQ_AN_COMPLETED) ? in ice_get_link_ksettings()2996 struct ice_link_status *hw_link_info; in ice_set_pauseparam() local3009 hw_link_info = &pi->phy.link_info; in ice_set_pauseparam()3011 link_up = hw_link_info->link_info & ICE_AQ_LINK_UP; in ice_set_pauseparam()3051 !(hw_link_info->an_info & ICE_AQ_AN_COMPLETED)) { in ice_set_pauseparam()
Completed in 39 milliseconds