Searched refs:b53_br_leave (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 326 void b53_br_leave(struct dsa_switch *ds, int port, struct net_device *bridge);
|
H A D | b53_common.c | 1856 void b53_br_leave(struct dsa_switch *ds, int port, struct net_device *br) in b53_br_leave() function 1901 EXPORT_SYMBOL(b53_br_leave); variable 2216 .port_bridge_leave = b53_br_leave,
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 344 void b53_br_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge);
|
H A D | b53_common.c | 1942 void b53_br_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge) in b53_br_leave() function 1986 EXPORT_SYMBOL(b53_br_leave); variable 2300 .port_bridge_leave = b53_br_leave,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1124 .port_bridge_leave = b53_br_leave,
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1224 .port_bridge_leave = b53_br_leave,
|
Completed in 12 milliseconds