Searched refs:vlans_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 61 struct list_head vlans_list; member 270 INIT_LIST_HEAD(&bridge_port->vlans_list); in mlxsw_sp_bridge_port_create() 281 WARN_ON(!list_empty(&bridge_port->vlans_list)); in mlxsw_sp_bridge_port_destroy() 295 if (!mlxsw_sp && list_empty(&bridge_port->vlans_list)) in mlxsw_sp_bridge_port_should_destroy() 356 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_bridge() 378 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_fid() 395 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_vlan_find() 414 list_add(&bridge_vlan->list, &bridge_port->vlans_list); in mlxsw_sp_bridge_vlan_create() 523 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_port_attr_stp_state_set() 536 &bridge_port->vlans_list, list) in mlxsw_sp_port_attr_stp_state_set() [all …]
|
D | spectrum_fid.c | 433 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vp_mode_trans() 457 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vp_mode_trans() 479 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_mode_trans()
|
D | spectrum.h | 230 struct list_head vlans_list; member 262 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_vid()
|
D | spectrum.c | 1122 &mlxsw_sp_port->vlans_list, list) in mlxsw_sp_port_vlan_flush() 1146 list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list); in mlxsw_sp_port_vlan_create() 2860 INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list); in mlxsw_sp_port_create() 3061 WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list)); in mlxsw_sp_port_remove()
|