Home
last modified time | relevance | path

Searched refs:eee_speeds_supported (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c1994 hw->phy.eee_speeds_supported = IXGBE_LINK_SPEED_10_FULL | in ixgbe_identify_phy_e610()
1997 hw->phy.eee_speeds_advertised = hw->phy.eee_speeds_supported; in ixgbe_identify_phy_e610()
H A Dixgbe_ethtool.c3573 if (hw->phy.eee_speeds_supported & ixgbe_ls_map[i].mac_speed) in ixgbe_get_eee_fw()
3601 if (hw->phy.eee_speeds_supported && hw->phy.type == ixgbe_phy_fw) in ixgbe_get_eee()
3646 hw->phy.eee_speeds_supported; in ixgbe_set_eee()
H A Dixgbe_x550.c519 hw->phy.eee_speeds_supported = IXGBE_LINK_SPEED_100_FULL | in ixgbe_get_phy_id_fw()
521 hw->phy.eee_speeds_advertised = hw->phy.eee_speeds_supported; in ixgbe_get_phy_id_fw()
H A Dixgbe_type.h3686 ixgbe_link_speed eee_speeds_supported; member