Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c125 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()
H A Dmt76_connac_mac.c360 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_8023()
405 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_80211()
416 tid = (capab >> 2) & IEEE80211_QOS_CTL_TID_MASK; in mt76_connac2_mac_write_txwi_80211()
H A Dmac80211.c1155 security_idx = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_ccmp_pn()
1210 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report()
1294 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c54 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath12k_dp_tx_get_tid()
58 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath12k_dp_tx_get_tid()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c57 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()
61 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath11k_dp_tx_get_tid()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h96 #define IEEE80211_QOS_CTL_TID_MASK IEEE80211_QOS_TID macro
/freebsd/sys/contrib/dev/athk/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.c1178 return skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_tx_get_tid()
H A Dhtt_rx.c1358 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ath10k_get_tid()
3200 IEEE80211_QOS_CTL_TID_MASK; in ath10k_htt_rx_tx_compl_ind()
H A Dmac.c3911 tid = (*qos_ctl) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_mac_tx_h_fill_cb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c732 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_8023()
771 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c968 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7603_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c781 skb->priority & IEEE80211_QOS_CTL_TID_MASK) | in mt7615_mac_write_txwi()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3846 skb->priority = tid & IEEE80211_QOS_CTL_TID_MASK; in lkpi_80211_txq_tx_one()