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

/freebsd-12-stable/sys/arm/ti/cpsw/
H A Dif_cpswreg.h105 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) macro
H A Dif_cpsw.c2398 printf("vlan: %u ", ALE_VLAN(ale_entry));
2419 printf("vlan: %u ", ALE_VLAN(ale_entry));
2503 if (ALE_VLAN(ale_entry) == vlan) {
2896 if (vid != ALE_VLAN(ale_entry))
2900 vg->es_vid = ALE_VLAN(ale_entry) | ETHERSWITCH_VID_VALID;
2918 if (vlan != ALE_VLAN(ale_entry))

Completed in 108 milliseconds