Home
last modified time | relevance | path

Searched refs:E1000_VLAN_FILTER_TBL_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h687 #define E1000_VLAN_FILTER_TBL_SIZE 128 /* VLAN Filter Table (4096 bits) */ macro
H A De1000_82571.c1435 for (offset = 0; offset < E1000_VLAN_FILTER_TBL_SIZE; offset++) { in e1000_clear_vfta_82571()
H A De1000_mac.c338 for (offset = 0; offset < E1000_VLAN_FILTER_TBL_SIZE; offset++) { in e1000_clear_vfta_generic()
H A De1000_82575.c3203 for (offset = 0; offset < E1000_VLAN_FILTER_TBL_SIZE; offset++) { in e1000_clear_vfta_i350()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h497 #define E1000_VLAN_FILTER_TBL_SIZE 128 /* VLAN Filter Table (4096 bits) */ macro
H A De1000.c713 for(offset = 0; offset < E1000_VLAN_FILTER_TBL_SIZE; offset++) in e1000_clear_vfta()