| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H 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()
|
| H A D | aq_nic.h | 151 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | igbvf.h | 163 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| H A D | netdev.c | 96 if (test_bit(vid, adapter->active_vlans)) in igbvf_receive_skb() 1244 set_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_add_vid() 1265 clear_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_kill_vid() 1273 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in igbvf_restore_vlan()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H 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()
|
| H A D | fm10k.h | 286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_int.h | 383 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf.h | 306 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| H A D | ixgbevf_main.c | 519 unsigned long *active_vlans = netdev_priv(rx_ring->netdev); in ixgbevf_process_skb_fields() local 521 if (test_bit(vid & VLAN_VID_MASK, active_vlans)) in ixgbevf_process_skb_fields() 2059 set_bit(vid, adapter->active_vlans); in ixgbevf_vlan_rx_add_vid() 2081 clear_bit(vid, adapter->active_vlans); in ixgbevf_vlan_rx_kill_vid() 2090 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in ixgbevf_restore_vlan()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 325 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| H A D | stmmac_main.c | 6757 for_each_set_bit(vid, priv->active_vlans, VLAN_N_VID) { in stmmac_vlan_update() 6795 set_bit(vid, priv->active_vlans); in stmmac_vlan_rx_add_vid() 6799 clear_bit(vid, priv->active_vlans); in stmmac_vlan_rx_add_vid() 6806 clear_bit(vid, priv->active_vlans); in stmmac_vlan_rx_add_vid() 6837 clear_bit(vid, priv->active_vlans); in stmmac_vlan_rx_kill_vid() 6841 set_bit(vid, priv->active_vlans); in stmmac_vlan_rx_kill_vid() 6848 set_bit(vid, priv->active_vlans); in stmmac_vlan_rx_kill_vid()
|
| /linux/drivers/net/ethernet/adaptec/ |
| H 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()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H 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
|
| H A D | ixgbe_sriov.c | 455 if (add && test_bit(vid, adapter->active_vlans)) { in ixgbe_set_vf_vlan() 470 if (test_bit(vid, adapter->active_vlans) || in ixgbe_set_vf_vlan()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac.h | 614 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| H 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()
|
| /linux/drivers/net/ethernet/via/ |
| H 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()
|
| H A D | via-velocity.h | 1388 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| H A D | via-velocity.c | 520 for_each_set_bit(vid, vptr->active_vlans, VLAN_N_VID) { in velocity_init_cam_filter() 535 set_bit(vid, vptr->active_vlans); in velocity_vlan_rx_add_vid() 547 clear_bit(vid, vptr->active_vlans); in velocity_vlan_rx_kill_vid()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 202 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 308 if (!test_bit(vid, adapter->active_vlans)) { in e1000_update_mng_vlan() 317 !test_bit(old_vid, adapter->active_vlans)) in e1000_update_mng_vlan() 1459 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) { in e1000_close() 4891 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_vlan_used() 4976 set_bit(vid, adapter->active_vlans); in e1000_vlan_rx_add_vid() 4999 clear_bit(vid, adapter->active_vlans); in e1000_vlan_rx_kill_vid() 5015 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_restore_vlan()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 1654 if (test_bit(vid, wx->active_vlans)) in wx_scrub_vfta() 2042 for_each_set_bit_from(vid, wx->active_vlans, VLAN_N_VID) in wx_restore_vlan() 2719 set_bit(vid, wx->active_vlans); in wx_vlan_rx_add_vid() 2732 clear_bit(vid, wx->active_vlans); in wx_vlan_rx_kill_vid()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_port.c | 62 if (test_bit(index++, priv->active_vlans)) in mlx4_SET_VLAN_FLTR()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 1135 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 1535 !test_bit(old_vid, adapter->active_vlans)) { in igb_update_mng_vlan() 5275 if (test_bit(vid, adapter->active_vlans)) in igb_scrub_vfta() 5292 vfta[i] |= adapter->active_vlans[word] >> bits; in igb_scrub_vfta() 7525 if (add && test_bit(vid, adapter->active_vlans)) { in igb_set_vf_vlan() 7540 if (test_bit(vid, adapter->active_vlans) || in igb_set_vf_vlan() 9395 set_bit(vid, adapter->active_vlans); in igb_vlan_rx_add_vid() 9411 clear_bit(vid, adapter->active_vlans); in igb_vlan_rx_kill_vid() 9423 for_each_set_bit_from(vid, adapter->active_vlans, VLAN_N_VID) in igb_restore_vlan()
|