Searched refs:crosschip_switches (Results 1 – 1 of 1) sorted by relevance
2534 struct list_head crosschip_switches; in sja1105_notify_crosschip_switches() local2538 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()