Searched refs:ALE_TYPE_VLAN_ADDR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswreg.h102 #define ALE_TYPE_VLAN_ADDR 3 macro
H A Dif_cpsw.c2318 ALE_TYPE(ale_entry) == ALE_TYPE_VLAN_ADDR) &&
2359 ale_type = ALE_TYPE_VLAN_ADDR << 28 | vlan << 16;
2397 case ALE_TYPE_VLAN_ADDR:
2409 if (ALE_TYPE(ale_entry) == ALE_TYPE_VLAN_ADDR)
2427 ale_type = ALE_TYPE_VLAN_ADDR << 28 | sc->vlan << 16;

Completed in 131 milliseconds