Home
last modified time | relevance | path

Searched refs:VLAN_N_VID (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.4.99/net/8021q/
Dvlan.c356 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
367 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
381 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
395 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
410 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
428 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
449 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
457 i = VLAN_N_VID; in vlan_device_event()
471 for (i = 0; i < VLAN_N_VID; i++) { in vlan_device_event()
Dvlan.h88 #define VLAN_GROUP_ARRAY_PART_LEN (VLAN_N_VID/VLAN_GROUP_ARRAY_SPLIT_PARTS)
/linux-3.4.99/net/bridge/netfilter/
Debt_vlan.c124 if (info->id > VLAN_N_VID) { in ebt_vlan_mt_check()
/linux-3.4.99/drivers/net/ethernet/intel/ixgb/
Dixgb.h140 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
Dixgb_main.c2257 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in ixgb_restore_vlan()
/linux-3.4.99/drivers/net/ethernet/intel/igbvf/
Digbvf.h188 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/include/linux/
Dif_vlan.h72 #define VLAN_N_VID 4096 macro
/linux-3.4.99/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h192 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/vmxnet3/
Dvmxnet3_int.h320 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000.h217 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
De1000_main.c4775 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_vlan_used()
4897 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in e1000_restore_vlan()
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbnad.h267 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/intel/igb/
Digb.h283 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h336 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h417 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h392 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe.h353 u8 vlan_tag[VLAN_N_VID];
/linux-3.4.99/drivers/s390/net/
Dqeth_core.h760 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
Dqeth_l3_main.c1710 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) { in qeth_l3_add_vlan_mc()
1775 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) { in qeth_l3_add_vlan_mc6()
2141 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) { in qeth_l3_verify_vlan_dev()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
De1000.h290 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/via/
Dvia-velocity.h1440 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
Dvia-rhine.c422 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1401 for_each_set_bit(vid, rp->active_vlans, VLAN_N_VID) { in rhine_update_vcam()
/linux-3.4.99/drivers/net/ethernet/adaptec/
Dstarfire.c564 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1751 for_each_set_bit(vid, np->active_vlans, VLAN_N_VID) { in set_vlan_mode()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1033 unsigned long vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-3.4.99/drivers/net/ethernet/qlogic/qlge/
Dqlge.h2054 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];

12