Searched refs:VLAN_NVID (Results 1 – 3 of 3) sorted by relevance
185 #define VLAN_NVID 4096 macro
422 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()
837 bit_foreach(pdata->active_vlans, VLAN_NVID, vid) { in xgbe_update_vlan_hash_table()