Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2534 struct list_head crosschip_switches; in sja1105_notify_crosschip_switches() local
2538 INIT_LIST_HEAD(&crosschip_switches); in sja1105_notify_crosschip_switches()
2543 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2560 list_add(&s->list, &crosschip_switches); in sja1105_notify_crosschip_switches()
2563 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2572 list_for_each_entry_safe(s, pos, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()