Searched refs:VLAN_N_VID (Results 1 – 25 of 37) sorted by relevance
12
/linux-3.4.99/net/8021q/ |
D | vlan.c | 356 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()
|
D | vlan.h | 88 #define VLAN_GROUP_ARRAY_PART_LEN (VLAN_N_VID/VLAN_GROUP_ARRAY_SPLIT_PARTS)
|
/linux-3.4.99/net/bridge/netfilter/ |
D | ebt_vlan.c | 124 if (info->id > VLAN_N_VID) { in ebt_vlan_mt_check()
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 140 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
D | ixgb_main.c | 2257 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID) in ixgb_restore_vlan()
|
/linux-3.4.99/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 188 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/include/linux/ |
D | if_vlan.h | 72 #define VLAN_N_VID 4096 macro
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 192 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/vmxnet3/ |
D | vmxnet3_int.h | 320 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 217 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
D | e1000_main.c | 4775 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/ |
D | bnad.h | 267 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/intel/igb/ |
D | igb.h | 283 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.h | 336 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 417 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 392 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/emulex/benet/ |
D | be.h | 353 u8 vlan_tag[VLAN_N_VID];
|
/linux-3.4.99/drivers/s390/net/ |
D | qeth_core.h | 760 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
D | qeth_l3_main.c | 1710 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/ |
D | e1000.h | 290 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/via/ |
D | via-velocity.h | 1440 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
D | via-rhine.c | 422 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/ |
D | starfire.c | 564 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/ |
D | qlcnic.h | 1033 unsigned long vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
/linux-3.4.99/drivers/net/ethernet/qlogic/qlge/ |
D | qlge.h | 2054 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
12