Home
last modified time | relevance | path

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

/Linux-v5.10/net/dsa/
Dslave.c1336 static int dsa_hw_port_list_set_mtu(struct list_head *hw_port_list, int mtu) in dsa_hw_port_list_set_mtu() argument
1341 list_for_each_entry(p, hw_port_list, list) { in dsa_hw_port_list_set_mtu()
1353 list_for_each_entry_continue_reverse(p, hw_port_list, list) { in dsa_hw_port_list_set_mtu()
1364 static void dsa_hw_port_list_free(struct list_head *hw_port_list) in dsa_hw_port_list_free() argument
1368 list_for_each_entry_safe(p, n, hw_port_list, list) in dsa_hw_port_list_free()
1375 struct list_head hw_port_list; in dsa_bridge_mtu_normalization() local
1387 INIT_LIST_HEAD(&hw_port_list); in dsa_bridge_mtu_normalization()
1418 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()
1426 err = dsa_hw_port_list_set_mtu(&hw_port_list, dp->slave->mtu); in dsa_bridge_mtu_normalization()
1434 dsa_hw_port_list_set_mtu(&hw_port_list, min_mtu); in dsa_bridge_mtu_normalization()
[all …]