Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c61 struct list_head vlans_list; member
347 INIT_LIST_HEAD(&bridge_port->vlans_list); in mlxsw_sp_bridge_port_create()
358 WARN_ON(!list_empty(&bridge_port->vlans_list)); in mlxsw_sp_bridge_port_destroy()
415 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_bridge()
437 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_fid()
454 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_vlan_find()
473 list_add(&bridge_vlan->list, &bridge_port->vlans_list); in mlxsw_sp_bridge_vlan_create()
542 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_port_attr_stp_state_set()
555 &bridge_port->vlans_list, list) in mlxsw_sp_port_attr_stp_state_set()
591 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_port_flood_table_set()
[all …]
Dspectrum_fid.c512 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vp_mode_trans()
536 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vp_mode_trans()
558 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_mode_trans()
Dspectrum.h306 struct list_head vlans_list; member
426 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_vid()
Dspectrum.c866 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_flush()
906 list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list); in mlxsw_sp_port_vlan_create()
1430 INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list); in mlxsw_sp_port_create()
1678 WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list)); in mlxsw_sp_port_remove()
/drivers/net/ethernet/marvell/prestera/
Dprestera.h77 struct list_head vlans_list; member
Dprestera_switchdev.c143 list_for_each_entry(port_vlan, &port->vlans_list, port_head) { in prestera_port_vlan_by_vid()
174 list_add(&port_vlan->port_head, &port->vlans_list); in prestera_port_vlan_create()
Dprestera_main.c291 INIT_LIST_HEAD(&port->vlans_list); in prestera_port_create()