Searched refs:ALE_VLAN (Results 1 – 2 of 2) sorted by relevance
105 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) macro
2420 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()