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

/freebsd-12-stable/sys/arm/ti/cpsw/
H A Dif_cpswreg.h104 #define ALE_TYPE_VLAN_ADDR 3 macro
H A Dif_cpsw.c2327 ALE_TYPE(ale_entry) == ALE_TYPE_VLAN_ADDR) &&
2368 ale_type = ALE_TYPE_VLAN_ADDR << 28 | vlan << 16;
2406 case ALE_TYPE_VLAN_ADDR:
2418 if (ALE_TYPE(ale_entry) == ALE_TYPE_VLAN_ADDR)
2436 ale_type = ALE_TYPE_VLAN_ADDR << 28 | sc->vlan << 16;

Completed in 176 milliseconds