| /drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_filters.c | 169 aq_nic->active_vlans))) { in aq_check_approve_fvlan() 369 unsigned long *active_vlans, in aq_fvlan_rebuild() argument 381 vlan = find_next_bit(active_vlans, in aq_fvlan_rebuild() 835 aq_fvlan_rebuild(aq_nic, aq_nic->active_vlans, in aq_filters_vlans_update() 839 hweight = bitmap_weight(aq_nic->active_vlans, VLAN_N_VID); in aq_filters_vlans_update() 872 bitmap_zero(aq_nic->active_vlans, VLAN_N_VID); in aq_filters_vlan_offload_off() 873 aq_fvlan_rebuild(aq_nic, aq_nic->active_vlans, in aq_filters_vlan_offload_off()
|
| A D | aq_main.c | 356 set_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_add_vid() 369 clear_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_kill_vid()
|
| A D | aq_nic.h | 151 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_pf_common.c | 370 for_each_set_bit(i, pf->active_vlans, VLAN_N_VID) { in enetc_refresh_vlan_ht_filter() 401 __set_bit(vid, pf->active_vlans); in enetc_vlan_rx_add_vid() 416 if (__test_and_clear_bit(vid, pf->active_vlans)) { in enetc_vlan_rx_del_vid()
|
| A D | enetc_pf.h | 53 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
|
| /drivers/net/ethernet/intel/igbvf/ |
| A D | igbvf.h | 163 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| A D | netdev.c | 96 if (test_bit(vid, adapter->active_vlans)) in igbvf_receive_skb() 1245 set_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_add_vid() 1266 clear_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_kill_vid() 1274 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in igbvf_restore_vlan()
|
| /drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k_netdev.c | 818 set_bit(vid, interface->active_vlans); in fm10k_update_vid() 820 clear_bit(vid, interface->active_vlans); in fm10k_update_vid() 827 if (test_bit(rx_vid, interface->active_vlans)) in fm10k_update_vid() 915 vid = find_next_bit(interface->active_vlans, vid_limit, ++vid); in fm10k_find_next_vlan()
|
| A D | fm10k.h | 286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/intel/e1000/ |
| A D | e1000.h | 205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| A D | e1000_main.c | 308 if (!test_bit(vid, adapter->active_vlans)) { in e1000_update_mng_vlan() 318 !test_bit(old_vid, adapter->active_vlans)) in e1000_update_mng_vlan() 1460 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) { in e1000_close() 4884 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_vlan_used() 4969 set_bit(vid, adapter->active_vlans); in e1000_vlan_rx_add_vid() 4992 clear_bit(vid, adapter->active_vlans); in e1000_vlan_rx_kill_vid() 5008 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_restore_vlan()
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bnad.h | 285 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac.h | 321 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/vmxnet3/ |
| A D | vmxnet3_int.h | 383 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/adaptec/ |
| A D | starfire.c | 535 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 589 set_bit(vid, np->active_vlans); in netdev_vlan_rx_add_vid() 604 clear_bit(vid, np->active_vlans); in netdev_vlan_rx_kill_vid() 1744 for_each_set_bit(vid, np->active_vlans, VLAN_N_VID) { in set_vlan_mode()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe.h | 331 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 616 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | ixgbevf.h | 322 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/ti/ |
| A D | netcp_ethss.c | 766 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 2405 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_add_mcast_addr() 2419 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) in gbe_add_ucast_addr() 2431 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_del_mcast_addr() 2443 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_del_ucast_addr() 2506 set_bit(vid, gbe_intf->active_vlans); in gbe_add_vid() 2523 clear_bit(vid, gbe_intf->active_vlans); in gbe_del_vid()
|
| /drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac.h | 614 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| A D | dwc-xlgmac-net.c | 841 set_bit(vid, pdata->active_vlans); in xlgmac_vlan_rx_add_vid() 854 clear_bit(vid, pdata->active_vlans); in xlgmac_vlan_rx_kill_vid()
|
| /drivers/net/ethernet/via/ |
| A D | via-rhine.c | 433 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 1516 for_each_set_bit(vid, rp->active_vlans, VLAN_N_VID) { in rhine_update_vcam() 1530 set_bit(vid, rp->active_vlans); in rhine_vlan_rx_add_vid() 1541 clear_bit(vid, rp->active_vlans); in rhine_vlan_rx_kill_vid()
|
| /drivers/net/ethernet/intel/e1000e/ |
| A D | e1000.h | 201 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_hw.c | 1654 if (test_bit(vid, wx->active_vlans)) in wx_scrub_vfta() 1997 for_each_set_bit_from(vid, wx->active_vlans, VLAN_N_VID) in wx_restore_vlan() 2609 set_bit(vid, wx->active_vlans); in wx_vlan_rx_add_vid() 2622 clear_bit(vid, wx->active_vlans); in wx_vlan_rx_kill_vid()
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_port.c | 62 if (test_bit(index++, priv->active_vlans)) in mlx4_SET_VLAN_FLTR()
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb.h | 544 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|