Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c393 enum xgbe_sfp_base sfp_base; member
798 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
818 if (phy_data->sfp_base == XGBE_SFP_BASE_1000_T) { in xgbe_phy_sfp_phy_settings()
845 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
874 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
889 phy_data->sfp_base, pdata->phy.pause_autoneg, in xgbe_phy_sfp_phy_settings()
897 uint8_t *sfp_base, min, max; in xgbe_phy_sfp_bit_rate() local
899 sfp_base = sfp_eeprom->base; in xgbe_phy_sfp_bit_rate()
922 return ((sfp_base[XGBE_SFP_BASE_BR] >= min) && in xgbe_phy_sfp_bit_rate()
923 (sfp_base[XGBE_SFP_BASE_BR] <= max)); in xgbe_phy_sfp_bit_rate()
[all …]