Searched refs:b53_eee_enable_set (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/dsa/b53/ |
D | b53_common.c | 600 b53_eee_enable_set(ds, port, true); in b53_enable_port() 2196 void b53_eee_enable_set(struct dsa_switch *ds, int port, bool enable) in b53_eee_enable_set() function 2208 EXPORT_SYMBOL(b53_eee_enable_set); 2221 b53_eee_enable_set(ds, port, true); in b53_eee_init() 2253 b53_eee_enable_set(ds, port, e->eee_enabled); in b53_set_mac_eee()
|
D | b53_priv.h | 398 void b53_eee_enable_set(struct dsa_switch *ds, int port, bool enable);
|