Home
last modified time | relevance | path

Searched refs:active_vlans (Results 1 - 25 of 99) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c169 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 Daq_main.c325 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 Daq_nic.h146 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c169 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 Daq_main.c357 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 Daq_nic.h151 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.h45 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
H A Denetc_pf.c275 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 Denetc_pf.h45 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
H A Denetc_pf.c283 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 Dixgb.h113 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h225 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c812 * 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 Dfm10k_netdev.c812 * 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 Dbnad.h286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h336 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H A Dvmxnet3_int.h340 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbnad.h286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h287 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h288 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 Dixgbe.h327 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
607 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member

Completed in 26 milliseconds

1234