Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c359 enum xgbe_sfp_base sfp_base; member
747 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
759 if (phy_data->sfp_base == XGBE_SFP_BASE_1000_T) { in xgbe_phy_sfp_phy_settings()
779 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
808 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
825 u8 *sfp_base, min, max; in xgbe_phy_sfp_bit_rate() local
827 sfp_base = sfp_eeprom->base; in xgbe_phy_sfp_bit_rate()
842 return ((sfp_base[XGBE_SFP_BASE_BR] >= min) && in xgbe_phy_sfp_bit_rate()
843 (sfp_base[XGBE_SFP_BASE_BR] <= max)); in xgbe_phy_sfp_bit_rate()
1056 if (phy_data->sfp_base != XGBE_SFP_BASE_1000_T) in xgbe_phy_sfp_external_phy()
[all …]