Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswreg.h103 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) macro
H A Dif_cpsw.c2404 printf("vlan: %u ", ALE_VLAN(ale_entry)); in cpsw_ale_dump_table()
2425 printf("vlan: %u ", ALE_VLAN(ale_entry)); in cpsw_ale_dump_table()
2515 if (ALE_VLAN(ale_entry) == vlan) { in cpsw_ale_update_vlan_table()
2911 if (vid != ALE_VLAN(ale_entry)) in cpsw_getvgroup()
2915 vg->es_vid = ALE_VLAN(ale_entry) | ETHERSWITCH_VID_VALID; in cpsw_getvgroup()
2933 if (vlan != ALE_VLAN(ale_entry)) in cpsw_remove_vlan()