Home
last modified time | relevance | path

Searched refs:IEEE80211_QOS_CTL_TID_MASK (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dwme.c258 flags = *p & ~(IEEE80211_QOS_CTL_TID_MASK | in ieee80211_set_qos_hdr()
H A Dsta_info.h645 u16 tid_seq[IEEE80211_QOS_CTL_TID_MASK + 1];
H A Dstatus.c88 int tid = *p & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_handle_filtered_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c692 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
699 qos_tid = (*((u8 *)ppkt + ppkt->hdr_offset+30)) & IEEE80211_QOS_CTL_TID_MASK;
701 qos_tid = (*((u8 *)ppkt + ppkt->hdr_offset+24)) & IEEE80211_QOS_CTL_TID_MASK;
H A Dsec_tkip.c604 & IEEE80211_QOS_CTL_TID_MASK;
H A Dampdu.c1188 tidno = ieee80211_get_qos_ctl(hdr)[0] & IEEE80211_QOS_CTL_TID_MASK; in ssv6200_ampdu_tx_handler()
1758 u8 tidno = ieee80211_get_qos_ctl(hdr)[0] & IEEE80211_QOS_CTL_TID_MASK; in ssv6200_ampdu_no_BA_handler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_core.c439 tid = *qos & IEEE80211_QOS_CTL_TID_MASK; in rsi_core_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c559 status->tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in mt7915_mac_fill_rx()
579 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7915_mac_write_txwi()
617 tid = (capab >> 2) & IEEE80211_QOS_CTL_TID_MASK; in mt7915_mac_write_txwi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h636 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; in get_tid_h()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c51 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()
55 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c382 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in wcn36xx_tx_start_ampdu()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_tkip.c534 & IEEE80211_QOS_CTL_TID_MASK; in michael_mic_hdr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c480 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl92cu_tx_fill_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c98 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_sta_update_rx_tid_stats()
H A Dhtt_tx.c1196 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_tx_get_tid()
H A Dhtt_rx.c1273 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ath10k_get_tid()
2943 IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_rx_tx_compl_ind()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h257 #define IEEE80211_QOS_CTL_TID_MASK 0x000f macro
3516 return qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_get_tid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c654 status->tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in mt7603_mac_fill_rx()
939 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7603_mac_write_txwi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c459 status->tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in mt7615_mac_fill_rx()
588 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7615_mac_write_txwi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Drecv.c1034 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath_rx_count_airtime()
H A Dhtc_drv_txrx.c302 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ath9k_htc_tx_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c379 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in iwlagn_tx_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dtxrx.c493 t->txpriv.tid = qos[0] & IEEE80211_QOS_CTL_TID_MASK; in cw1200_tx_h_calc_tid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4857 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_fill_txdesc_v1()
4930 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_fill_txdesc_v2()
5072 u8 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl8xxxu_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h3091 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl_get_tid_h()

12