Searched refs:vlans_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 63 struct list_head vlans_list; member 411 INIT_LIST_HEAD(&bridge_port->vlans_list); in mlxsw_sp_bridge_port_create() 433 WARN_ON(!list_empty(&bridge_port->vlans_list)); in mlxsw_sp_bridge_port_destroy() 491 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_bridge() 513 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_fid() 530 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_vlan_find() 549 list_add(&bridge_vlan->list, &bridge_port->vlans_list); in mlxsw_sp_bridge_vlan_create() 614 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_port_attr_stp_state_set() 627 &bridge_port->vlans_list, list) in mlxsw_sp_port_attr_stp_state_set() 663 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_port_flood_table_set() [all …]
|
D | spectrum_fid.c | 821 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vp_mode_trans() 845 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vp_mode_trans() 865 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_mode_trans()
|
D | spectrum.h | 349 struct list_head vlans_list; member 494 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_vid()
|
D | spectrum.c | 1043 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_flush() 1083 list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list); in mlxsw_sp_port_vlan_create() 1661 INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list); in mlxsw_sp_port_create() 1913 WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list)); in mlxsw_sp_port_remove()
|
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera.h | 147 struct list_head vlans_list; member
|
D | prestera_switchdev.c | 244 list_for_each_entry(port_vlan, &port->vlans_list, port_head) { in prestera_port_vlan_by_vid() 275 list_add(&port_vlan->port_head, &port->vlans_list); in prestera_port_vlan_create()
|
D | prestera_main.c | 623 INIT_LIST_HEAD(&port->vlans_list); in prestera_port_create()
|