Searched refs:b53_eee_enable_set (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 604 b53_eee_enable_set(ds, port, true); in b53_enable_port() 2200 void b53_eee_enable_set(struct dsa_switch *ds, int port, bool enable) in b53_eee_enable_set() function 2212 EXPORT_SYMBOL(b53_eee_enable_set); 2225 b53_eee_enable_set(ds, port, true); in b53_eee_init() 2257 b53_eee_enable_set(ds, port, e->eee_enabled); in b53_set_mac_eee()
|
H A D | b53_priv.h | 398 void b53_eee_enable_set(struct dsa_switch *ds, int port, bool enable);
|