Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dport.c1584 bool dsa_supports_eee(struct dsa_switch *ds, int port) in dsa_supports_eee() function
1588 EXPORT_SYMBOL_GPL(dsa_supports_eee);
/linux/include/net/
H A Ddsa.h1419 bool dsa_supports_eee(struct dsa_switch *ds, int port);
/linux/drivers/net/dsa/
H A Dmt7530.c3465 .support_eee = dsa_supports_eee,
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7270 .support_eee = dsa_supports_eee, in mv88e6xxx_register_switch()