/kernel/linux/linux-5.10/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() 381 vlan = find_next_bit(active_vlans, in aq_fvlan_rebuild() 836 aq_fvlan_rebuild(aq_nic, aq_nic->active_vlans, in aq_filters_vlans_update() 841 hweight += hweight_long(aq_nic->active_vlans[i]); in aq_filters_vlans_update() 874 memset(aq_nic->active_vlans, 0, sizeof(aq_nic->active_vlans)); in aq_filters_vlan_offload_off() 875 aq_fvlan_rebuild(aq_nic, aq_nic->active_vlans, in aq_filters_vlan_offload_off() 368 aq_fvlan_rebuild(struct aq_nic_s *aq_nic, unsigned long *active_vlans, struct aq_rx_filter_vlan *aq_vlans) aq_fvlan_rebuild() argument
|
H A D | aq_main.c | 325 set_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_add_vid() 338 clear_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_kill_vid()
|
H A D | aq_nic.h | 146 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/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() 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() 368 aq_fvlan_rebuild(struct aq_nic_s *aq_nic, unsigned long *active_vlans, struct aq_rx_filter_vlan *aq_vlans) aq_fvlan_rebuild() argument
|
H A D | aq_main.c | 357 set_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_add_vid() 370 clear_bit(vid, aq_nic->active_vlans); in aq_ndo_vlan_rx_kill_vid()
|
H A D | aq_nic.h | 151 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.h | 45 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
|
H A D | enetc_pf.c | 275 for_each_set_bit(i, pf->active_vlans, VLAN_N_VID) { in enetc_sync_vlan_ht_filter() 291 __set_bit(vid, pf->active_vlans); in enetc_vlan_rx_add_vid() 305 __clear_bit(vid, pf->active_vlans); in enetc_vlan_rx_del_vid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.h | 45 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
|
H A D | enetc_pf.c | 283 for_each_set_bit(i, pf->active_vlans, VLAN_N_VID) { in enetc_sync_vlan_ht_filter() 299 __set_bit(vid, pf->active_vlans); in enetc_vlan_rx_add_vid() 313 __clear_bit(vid, pf->active_vlans); in enetc_vlan_rx_del_vid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb.h | 113 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac.h | 225 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 812 * active_vlans bitmask. in fm10k_update_vid() 817 /* update active_vlans bitmask */ in fm10k_update_vid() 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 812 * active_vlans bitmask. in fm10k_update_vid() 817 /* update active_vlans bitmask */ in fm10k_update_vid() 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.h | 286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.h | 336 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
H A D | vmxnet3_int.h | 340 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.h | 286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac.h | 287 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 288 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 564 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 327 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member 607 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
|