Home
last modified time | relevance | path

Searched defs:phy_type_high (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h306 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member
383 __le64 phy_type_high; /* Use values from IXGBE_PHY_TYPE_HIGH_* */ member
516 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
799 u64 phy_type_high; member
H A Dixgbe_e610.c1916 u64 phy_type_low, phy_type_high; in ixgbe_identify_phy_e610() local
2051 u64 phy_type_low = 0, phy_type_high = 0; in ixgbe_setup_phy_link_e610() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2572 ice_set_phy_type_from_speed(const struct ethtool_link_ksettings * ks,u64 * phy_type_low,u64 * phy_type_high,u16 adv_link_speed) ice_set_phy_type_from_speed() argument
2619 u64 phy_type_high = 0; ice_set_link_ksettings() local
[all...]
H A Dice_common.c3387 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high) in ice_get_link_speed_based_on_phy_type()
3532 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type()