Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c63 struct list_head vlans_list; member
496 INIT_LIST_HEAD(&bridge_port->vlans_list); in mlxsw_sp_bridge_port_create()
518 WARN_ON(!list_empty(&bridge_port->vlans_list)); in mlxsw_sp_bridge_port_destroy()
576 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_bridge()
598 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_fid()
615 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_vlan_find()
634 list_add(&bridge_vlan->list, &bridge_port->vlans_list); in mlxsw_sp_bridge_vlan_create()
699 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_port_attr_stp_state_set()
712 &bridge_port->vlans_list, list) in mlxsw_sp_port_attr_stp_state_set()
748 list_for_each_entry(bridge_vlan, &bridge_port->vlans_list, list) { in mlxsw_sp_bridge_port_flood_table_set()
[all …]
H A Dspectrum_fid.c811 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vp_mode_trans()
835 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vp_mode_trans()
855 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_mode_trans()
H A Dspectrum.h352 struct list_head vlans_list; member
497 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list, in mlxsw_sp_port_vlan_find_by_vid()
H A Dspectrum.c1061 &mlxsw_sp_port->vlans_list, list) { in mlxsw_sp_port_vlan_flush()
1101 list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list); in mlxsw_sp_port_vlan_create()
1670 INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list); in mlxsw_sp_port_create()
1919 WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list)); in mlxsw_sp_port_remove()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h147 struct list_head vlans_list; member
H A Dprestera_switchdev.c244 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()
H A Dprestera_main.c616 INIT_LIST_HEAD(&port->vlans_list); in prestera_port_create()