Home
last modified time | relevance | path

Searched refs:VLAN_NVID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe_osdep.h185 #define VLAN_NVID 4096 macro
H A Dif_axgbe_pci.c422 pdata->active_vlans = bit_alloc(VLAN_NVID, M_AXGBE, M_WAITOK|M_ZERO); in axgbe_if_attach_pre()
1366 for(i=0 ; i<BITS_TO_LONGS(VLAN_NVID); i++) { in xgbe_dump_active_vlans()
H A Dxgbe-dev.c837 bit_foreach(pdata->active_vlans, VLAN_NVID, vid) { in xgbe_update_vlan_hash_table()