Searched refs:active_vfids (Results 1 – 2 of 2) sorted by relevance
53 unsigned long active_vfids[BITS_TO_LONGS(VLAN_N_VID)]; member97 unsigned long active_vfids[BITS_TO_LONGS(VLAN_N_VID)]; member
201 set_bit(vfid, mlxsw_sp->active_vfids); in mlxsw_sp_vfid_create()209 clear_bit(vfid, mlxsw_sp->active_vfids); in mlxsw_sp_vfid_destroy()562 if (test_bit(vid, mlxsw_sp_port->active_vfids)) { in mlxsw_sp_port_add_vid()567 if (!test_bit(vid, mlxsw_sp->active_vfids)) { in mlxsw_sp_port_add_vid()637 set_bit(vid, mlxsw_sp_port->active_vfids); in mlxsw_sp_port_add_vid()671 if (!test_bit(vid, mlxsw_sp_port->active_vfids)) { in mlxsw_sp_port_kill_vid()719 clear_bit(vid, mlxsw_sp_port->active_vfids); in mlxsw_sp_port_kill_vid()1341 for_each_set_bit(vfid, mlxsw_sp->active_vfids, VLAN_N_VID) in mlxsw_sp_vfids_fini()