Searched refs:VLAN_PRIO_MASK (Results 1 – 13 of 13) sorted by relevance
31 (qos & ~(VLAN_PRIO_MASK >> VLAN_PRIO_SHIFT))) in efx_sriov_set_vf_vlan()
66 #define VLAN_PRIO_MASK 0xe000 /* Priority Code Point */ macro
504 else if (vid & VLAN_PRIO_MASK) in fm10k_process_skb_fields()506 vid & VLAN_PRIO_MASK); in fm10k_process_skb_fields()
1151 return (be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_prio()1157 return (be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_priom()
178 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority()
351 prio = ntohs(vhdr->h_vlan_TCI) & VLAN_PRIO_MASK; in batadv_skb_set_priority()
525 vlan->pri = (packet->vlan_tci & VLAN_PRIO_MASK) >> in netvsc_start_xmit()
762 vlan_priority = (skb_vlan_tag_get(skb) & VLAN_PRIO_MASK) in cfg80211_classify8021d()
1846 ((vid_pcp & VLAN_PRIO_MASK) >> 1); in rhine_start_tx()
728 vlan_prio = (vlan_tag & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in be_get_tx_vlan_tag()731 vlan_tag = (vlan_tag & ~VLAN_PRIO_MASK) | in be_get_tx_vlan_tag()
311 adapter->recommended_prio &= ~VLAN_PRIO_MASK; in be_async_grp5_cos_priority_process()
2293 VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in iboe_tos_to_sl()
1334 txq = (vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in cxgb_select_queue()