Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswreg.h105 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) macro
H A Dif_cpsw.c2420 printf("vlan: %u ", ALE_VLAN(ale_entry)); in cpsw_ale_dump_table()
2441 printf("vlan: %u ", ALE_VLAN(ale_entry)); in cpsw_ale_dump_table()
2531 if (ALE_VLAN(ale_entry) == vlan) { in cpsw_ale_update_vlan_table()
2927 if (vid != ALE_VLAN(ale_entry)) in cpsw_getvgroup()
2931 vg->es_vid = ALE_VLAN(ale_entry) | ETHERSWITCH_VID_VALID; in cpsw_getvgroup()
2949 if (vlan != ALE_VLAN(ale_entry)) in cpsw_remove_vlan()