Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Drealtek.c61 #define RTL_SUPPORTS_2500FULL BIT(13) macro
679 phydev->supported, val & RTL_SUPPORTS_2500FULL); in rtl822x_get_features()
741 return val >= 0 && val & RTL_SUPPORTS_2500FULL; in rtlgen_supports_2_5gbps()