Searched refs:IEEE80211_QOS_CTL_TID_MASK (Results 1 – 25 of 30) sorted by relevance
12
125 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_check_ctl()156 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_reorder()
328 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_8023()373 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_80211()384 tid = (capab >> 2) & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_80211()
1108 security_idx = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_ccmp_pn()1163 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report()1247 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta()
219 flags = *p & ~(IEEE80211_QOS_CTL_TID_MASK | in ieee80211_set_qos_hdr()
695 u16 tid_seq[IEEE80211_QOS_CTL_TID_MASK + 1];
89 int tid = *p & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_handle_filtered_frame()
1208 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_aggr_check()1338 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_get_txq()
439 tid = *qos & IEEE80211_QOS_CTL_TID_MASK; in rsi_core_xmit()
46 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath12k_dp_tx_get_tid()50 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath12k_dp_tx_get_tid()
53 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()57 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()
534 & IEEE80211_QOS_CTL_TID_MASK; in michael_mic_hdr()
480 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl92cu_tx_fill_desc()
505 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in wcn36xx_tx_start_ampdu()
98 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_sta_update_rx_tid_stats()
1178 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_tx_get_tid()
1338 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ath10k_get_tid()3058 IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_rx_tx_compl_ind()
1034 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath_rx_count_airtime()
307 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ath9k_htc_tx_data()
259 #define IEEE80211_QOS_CTL_TID_MASK 0x000f macro4100 return qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_get_tid()
374 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in iwlagn_tx_skb()
882 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_8023()921 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_80211()
493 t->txpriv.tid = qos[0] & IEEE80211_QOS_CTL_TID_MASK; in cw1200_tx_h_calc_tid()
5032 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_fill_txdesc_v1()5105 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_fill_txdesc_v2()5180 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_fill_txdesc_v3()5339 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_tx()
957 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7603_mac_write_txwi()
782 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7615_mac_write_txwi()
Completed in 158 milliseconds