Searched refs:ports_in_mid (Results 1 – 2 of 2) sorted by relevance
1503 bitmap_copy(flood_bitmap, mid->ports_in_mid, num_of_ports); in mlxsw_sp_mc_write_mdb_entry()1551 mid->ports_in_mid = kzalloc(alloc_size, GFP_KERNEL); in __mlxsw_sp_mc_alloc()1552 if (!mid->ports_in_mid) in __mlxsw_sp_mc_alloc()1570 kfree(mid->ports_in_mid); in __mlxsw_sp_mc_alloc()1582 clear_bit(mlxsw_sp_port->local_port, mid->ports_in_mid); in mlxsw_sp_port_remove_from_mid()1583 if (bitmap_empty(mid->ports_in_mid, in mlxsw_sp_port_remove_from_mid()1587 kfree(mid->ports_in_mid); in mlxsw_sp_port_remove_from_mid()1632 set_bit(mlxsw_sp_port->local_port, mid->ports_in_mid); in mlxsw_sp_port_mdb_add()1684 if (!test_bit(mlxsw_sp_port->local_port, mid->ports_in_mid)) in mlxsw_sp_port_mrouter_update_mdb()1861 if (test_bit(mlxsw_sp_port->local_port, mid->ports_in_mid)) { in mlxsw_sp_bridge_port_mdb_flush()
86 unsigned long *ports_in_mid; /* bits array */ member