Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h395 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy);
H A Db53_common.c562 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy) in b53_enable_port() function
604 EXPORT_SYMBOL(b53_enable_port);
2295 .port_enable = b53_enable_port,
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.c346 return b53_enable_port(ds, port, phy); in bcm_sf2_port_setup()