Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_main.c2479 struct list_head crosschip_switches; in sja1105_notify_crosschip_switches() local
2483 INIT_LIST_HEAD(&crosschip_switches); in sja1105_notify_crosschip_switches()
2488 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2505 list_add(&s->list, &crosschip_switches); in sja1105_notify_crosschip_switches()
2508 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2517 list_for_each_entry_safe(s, pos, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()