Home
last modified time | relevance | path

Searched refs:active_cvlans (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c114 DECLARE_BITMAP(active_cvlans, VLAN_N_VID);
146 for_each_set_bit(vlan, priv->fs.vlan->active_cvlans, VLAN_N_VID) in mlx5e_vport_context_update_vlans()
163 for_each_set_bit(vlan, priv->fs.vlan->active_cvlans, VLAN_N_VID) { in mlx5e_vport_context_update_vlans()
433 set_bit(vid, priv->fs.vlan->active_cvlans); in mlx5e_vlan_rx_add_cvid()
437 clear_bit(vid, priv->fs.vlan->active_cvlans); in mlx5e_vlan_rx_add_cvid()
483 clear_bit(vid, priv->fs.vlan->active_cvlans); in mlx5e_vlan_rx_kill_vid()
500 for_each_set_bit(i, priv->fs.vlan->active_cvlans, VLAN_N_VID) { in mlx5e_add_vlan_rules()
517 for_each_set_bit(i, priv->fs.vlan->active_cvlans, VLAN_N_VID) { in mlx5e_del_vlan_rules()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf.h61 unsigned long active_cvlans[BITS_TO_LONGS(VLAN_N_VID)]; member
Diavf_main.c835 for_each_set_bit(vid, adapter->vsi.active_cvlans, VLAN_N_VID) in iavf_restore_filters()
848 return bitmap_weight(adapter->vsi.active_cvlans, VLAN_N_VID) + in iavf_get_num_vlans_added()
925 clear_bit(vid, adapter->vsi.active_cvlans); in iavf_vlan_rx_kill_vid()
2957 bitmap_clear(adapter->vsi.active_cvlans, 0, VLAN_N_VID); in iavf_reset_task()
Diavf_virtchnl.c644 adapter->vsi.active_cvlans); in iavf_vlan_add_reject()
2387 adapter->vsi.active_cvlans); in iavf_virtchnl_completion()