Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2560 struct list_head crosschip_switches; in sja1105_notify_crosschip_switches() local
2564 INIT_LIST_HEAD(&crosschip_switches); in sja1105_notify_crosschip_switches()
2569 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2586 list_add(&s->list, &crosschip_switches); in sja1105_notify_crosschip_switches()
2589 list_for_each_entry(s, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()
2598 list_for_each_entry_safe(s, pos, &crosschip_switches, list) { in sja1105_notify_crosschip_switches()

Completed in 5 milliseconds