Searched refs:VLAN_PRIO_MASK (Results 1 – 11 of 11) sorted by relevance
66 #define VLAN_PRIO_MASK 0xe000 /* Priority Code Point */ macro
178 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority()
482 vlan->pri = (packet->vlan_tci & VLAN_PRIO_MASK) >> in netvsc_start_xmit()
325 prio = ntohs(vhdr->h_vlan_TCI) & VLAN_PRIO_MASK; in batadv_skb_set_priority()
1154 return (be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_prio()1160 return (be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_priom()
762 vlan_priority = (skb_vlan_tag_get(skb) & VLAN_PRIO_MASK) in cfg80211_classify8021d()
1793 ((vid_pcp & VLAN_PRIO_MASK) >> 1); in rhine_start_tx()
711 vlan_prio = (vlan_tag & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in be_get_tx_vlan_tag()714 vlan_tag = (vlan_tag & ~VLAN_PRIO_MASK) | in be_get_tx_vlan_tag()
300 adapter->recommended_prio &= ~VLAN_PRIO_MASK; in be_async_grp5_cos_priority_process()
1899 VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in iboe_tos_to_sl()
1303 txq = (vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in cxgb_select_queue()