Searched refs:vlans_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 61 struct list_head vlans_list; member 278 INIT_LIST_HEAD(&bridge_port->vlans_list); in mlxsw_sp_bridge_port_create() 289 WARN_ON(!list_empty(&bridge_port->vlans_list)); in mlxsw_sp_bridge_port_destroy() 345 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_bridge() 367 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_fid() 384 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_vlan_find() 403 list_add(&bridge_vlan->list, &bridge_port->vlans_list); in mlxsw_sp_bridge_vlan_create() 472 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_port_attr_stp_state_set() 485 &bridge_port->vlans_list, list) in mlxsw_sp_port_attr_stp_state_set() 521 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_port_flood_table_set() [all …]
|
D | spectrum_fid.c | 655 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vp_mode_trans() 679 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vp_mode_trans() 701 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_mode_trans()
|
D | spectrum.h | 272 struct list_head vlans_list; member 375 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_vid()
|
D | spectrum.c | 1239 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_flush() 1279 list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list); in mlxsw_sp_port_vlan_create() 3648 INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list); in mlxsw_sp_port_create() 3879 WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list)); in mlxsw_sp_port_remove()
|