Searched refs:SPX5_PORTS (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_vlan.c | 15 bitmap_to_arr32(mask, sparx5->vlan_mask[vid], SPX5_PORTS); in sparx5_vlant_set_mask() 134 } else if (port->portno < SPX5_PORTS) { in sparx5_pgid_update_mask() 163 DECLARE_BITMAP(workmask, SPX5_PORTS); in sparx5_update_fwd() 168 bitmap_to_arr32(mask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd() 184 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd() 186 bitmap_to_arr32(mask, workmask, SPX5_PORTS); in sparx5_update_fwd() 203 sparx5->bridge_lrn_mask, SPX5_PORTS); in sparx5_update_fwd() 204 bitmap_to_arr32(mask, workmask, SPX5_PORTS); in sparx5_update_fwd()
|
| A D | sparx5_main.h | 83 #define SPX5_PORTS 65 macro 267 DECLARE_BITMAP(port_mask, SPX5_PORTS); 378 struct sparx5_port *ports[SPX5_PORTS]; 398 DECLARE_BITMAP(bridge_mask, SPX5_PORTS); 399 DECLARE_BITMAP(bridge_fwd_mask, SPX5_PORTS); 400 DECLARE_BITMAP(bridge_lrn_mask, SPX5_PORTS); 401 DECLARE_BITMAP(vlan_mask[VLAN_N_VID], SPX5_PORTS);
|
| A D | sparx5_switchdev.c | 183 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS)) in sparx5_port_bridge_join() 223 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS)) in sparx5_port_bridge_leave() 620 if (bitmap_empty(entry->port_mask, SPX5_PORTS) && !entry->cpu_copy) { in sparx5_handle_port_mdb_del()
|
| A D | sparx5_dcb.c | 22 } *sparx5_port_apptrust[SPX5_PORTS];
|
| A D | sparx5_vcap_impl.c | 809 if (field && field->width == SPX5_PORTS) in sparx5_vcap_ingress_add_default_fields()
|
Completed in 17 milliseconds