Searched refs:dsa_switch_for_each_port (Results 1 – 8 of 8) sorted by relevance
/linux/net/dsa/ |
H A D | switch.c | 28 dsa_switch_for_each_port(dp, ds) in dsa_switch_fastest_ageing_time() 70 dsa_switch_for_each_port(dp, ds) { in dsa_switch_mtu() 443 dsa_switch_for_each_port(dp, ds) { in dsa_switch_host_fdb_add() 471 dsa_switch_for_each_port(dp, ds) { in dsa_switch_host_fdb_del() 523 dsa_switch_for_each_port(dp, ds) in dsa_switch_lag_fdb_add() 541 dsa_switch_for_each_port(dp, ds) in dsa_switch_lag_fdb_del() 624 dsa_switch_for_each_port(dp, ds) { in dsa_switch_host_mdb_add() 644 dsa_switch_for_each_port(dp, ds) { in dsa_switch_host_mdb_del() 800 dsa_switch_for_each_port(dp, ds) { in dsa_switch_vlan_add() 821 dsa_switch_for_each_port(dp, ds) { in dsa_switch_vlan_del() [all …]
|
H A D | tag_8021q.c | 231 dsa_switch_for_each_port(dp, ds) { in dsa_switch_tag_8021q_vlan_add() 258 dsa_switch_for_each_port(dp, ds) { in dsa_switch_tag_8021q_vlan_del()
|
H A D | tag_sja1105.c | 190 dsa_switch_for_each_port(other_dp, ds) { in sja1105_xmit_tpid()
|
/linux/include/net/ |
H A D | dsa.h | 580 #define dsa_switch_for_each_port(_dp, _ds) \ macro 593 dsa_switch_for_each_port((_dp), (_ds)) \ 597 dsa_switch_for_each_port((_dp), (_ds)) \ 605 dsa_switch_for_each_port((_dp), (_ds)) \
|
/linux/ |
H A D | .clang-format | 196 - 'dsa_switch_for_each_port'
|
/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 1017 dsa_switch_for_each_port(dp, ds) { in rtl8366rb_setup_leds()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz8.c | 263 dsa_switch_for_each_port(dp, ds) { in ksz8_all_queues_split()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 1596 dsa_switch_for_each_port(other_dp, ds) in mv88e6xxx_port_vlan() 6884 dsa_switch_for_each_port(dp, ds) { in mv88e6xxx_lag_sync_masks()
|