Home
last modified time | relevance | path

Searched refs:active_vlans (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c169 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()
Daq_main.c356 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()
Daq_nic.h151 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc_pf.h45 DECLARE_BITMAP(active_vlans, VLAN_N_VID);
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()
/linux-6.1.9/drivers/net/ethernet/intel/ixgb/
Dixgb.h113 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/Documentation/networking/device_drivers/qlogic/
Dqlge.rst64 .active_vlans = (unsigned long [64]){
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Digbvf.h164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
Dnetdev.c96 if (test_bit(vid, adapter->active_vlans)) in igbvf_receive_skb()
1246 set_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_add_vid()
1267 clear_bit(vid, adapter->active_vlans); in igbvf_vlan_rx_kill_vid()
1275 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in igbvf_restore_vlan()
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c818 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()
Dfm10k.h285 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000.h205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
De1000_main.c311 if (!test_bit(vid, adapter->active_vlans)) { in e1000_update_mng_vlan()
321 !test_bit(old_vid, adapter->active_vlans)) in e1000_update_mng_vlan()
1458 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) { in e1000_close()
4883 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_vlan_used()
4968 set_bit(vid, adapter->active_vlans); in e1000_vlan_rx_add_vid()
4991 clear_bit(vid, adapter->active_vlans); in e1000_vlan_rx_kill_vid()
5007 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_restore_vlan()
/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbnad.h286 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h278 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/vmxnet3/
Dvmxnet3_int.h349 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h322 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h320 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
600 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/adaptec/
Dstarfire.c543 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
597 set_bit(vid, np->active_vlans); in netdev_vlan_rx_add_vid()
612 clear_bit(vid, np->active_vlans); in netdev_vlan_rx_kill_vid()
1752 for_each_set_bit(vid, np->active_vlans, VLAN_N_VID) { in set_vlan_mode()
/linux-6.1.9/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h614 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
Ddwc-xlgmac-net.c840 set_bit(vid, pdata->active_vlans); in xlgmac_vlan_rx_add_vid()
853 clear_bit(vid, pdata->active_vlans); in xlgmac_vlan_rx_kill_vid()
/linux-6.1.9/drivers/net/ethernet/ti/
Dnetcp_ethss.c766 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
2410 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_add_mcast_addr()
2424 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) in gbe_add_ucast_addr()
2436 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_del_mcast_addr()
2448 for_each_set_bit(vlan_id, gbe_intf->active_vlans, VLAN_N_VID) { in gbe_del_ucast_addr()
2511 set_bit(vid, gbe_intf->active_vlans); in gbe_add_vid()
2528 clear_bit(vid, gbe_intf->active_vlans); in gbe_del_vid()
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
De1000.h200 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux-6.1.9/drivers/net/ethernet/via/
Dvia-rhine.c433 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()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb.h536 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; member

12