Searched refs:hw_link_info (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c493 struct i40e_link_status *hw_link_info = &pf->hw.phy.link_info; local
502 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
519 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
526 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
533 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_2_5GB)
540 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_5GB)
553 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_40GB)
560 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_100MB)
567 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
592 if (hw_link_info
774 struct i40e_link_status *hw_link_info = &hw->phy.link_info; local
1071 struct i40e_link_status *hw_link_info = &hw->phy.link_info; local
1661 struct i40e_link_status *hw_link_info = &hw->phy.link_info; local
1697 struct i40e_link_status *hw_link_info = &hw->phy.link_info; local
[all...]
H A Di40e_common.c1578 struct i40e_link_status *hw_link_info = &hw->phy.link_info; local
1597 hw->phy.link_info_old = *hw_link_info;
1600 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type;
1602 hw_link_info->link_speed = (enum i40e_aq_link_speed)resp->link_speed;
1603 hw_link_info->link_info = resp->link_info;
1604 hw_link_info->an_info = resp->an_info;
1605 hw_link_info->fec_info = resp->config & (I40E_AQ_CONFIG_FEC_KR_ENA |
1607 hw_link_info->ext_info = resp->ext_info;
1608 hw_link_info->loopback = resp->loopback & I40E_AQ_LOOPBACK_MASK;
1609 hw_link_info
[all...]
H A Di40e_ptp.c860 struct i40e_link_status *hw_link_info; local
865 hw_link_info = &hw->phy.link_info;
869 switch (hw_link_info->link_speed) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c580 struct ice_link_status *hw_link_info; local
585 hw_link_info = &pi->phy.link_info;
586 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high)
590 if (hw_link_info->phy_type_low) {
596 if (hw_link_info->phy_type_low == ICE_PHY_TYPE_LOW_1G_SGMII &&
597 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] ==
599 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] ==
603 switch (hw_link_info->phy_type_low) {
675 switch (hw_link_info
[all...]
H A Dice_ethtool.c1986 struct ice_link_status *hw_link_info; local
1993 hw_link_info = &vsi->port_info->phy.link_info;
1996 if (hw_link_info->link_info & ICE_AQ_LINK_UP)
2002 ks->base.autoneg = (hw_link_info->an_info & ICE_AQ_AN_COMPLETED) ?
3155 struct ice_link_status *hw_link_info; local
3167 hw_link_info = &pi->phy.link_info;
3169 link_up = hw_link_info->link_info & ICE_AQ_LINK_UP;
3209 !(hw_link_info->an_info & ICE_AQ_AN_COMPLETED)) {

Completed in 306 milliseconds