Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Drealtek.c43 #define RTL_SUPPORTS_2500FULL BIT(13) macro
358 phydev->supported, val & RTL_SUPPORTS_2500FULL); in rtl8125_get_features()
414 return val >= 0 && val & RTL_SUPPORTS_2500FULL; in rtlgen_supports_2_5gbps()