VLAN_PRIO_MASK
#define VLAN_PRIO_MASK 0xe000 /* Priority Code Point */
#define VLAN_PRIO_MASK GENMASK(15, 13) /* Priority Code Point */