| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_ps.c | 64 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() 213 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags() 278 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() 349 ieee80211_mpsp_trigger_process(ieee80211_get_qos_ctl(hdr), in ieee80211_mps_rx_h_sta_process() 387 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send() 516 u8 *qoshdr = ieee80211_get_qos_ctl(hdr); in mps_frame_deliver()
|
| H A D | wme.c | 135 p = ieee80211_get_qos_ctl(hdr); in ieee80211_select_queue_80211() 250 p = ieee80211_get_qos_ctl(hdr); in ieee80211_set_qos_hdr()
|
| H A D | status.c | 87 u8 *p = ieee80211_get_qos_ctl(hdr); in ieee80211_handle_filtered_frame() 191 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() 917 ieee80211_get_qos_ctl(hdr), sta, true, acked); in __ieee80211_tx_status() 930 qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status() 937 u8 *qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status()
|
| H A D | tx.c | 189 *(ieee80211_get_qos_ctl(hdr)) & IEEE80211_QOS_CTL_ACK_POLICY_NOACK) in ieee80211_duration() 2303 u8 *p = ieee80211_get_qos_ctl(hdr); in ieee80211_monitor_start_xmit() 3275 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_amsdu_prepare_head() 3577 *ieee80211_get_qos_ctl(hdr) = tid; in ieee80211_xmit_fast()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | dma.c | 74 tid = *ieee80211_get_qos_ctl(hdr) & in mt7603_rx_loopback_skb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | agg-rx.c | 170 ackp = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_ACK_POLICY_MASK; in mt76_rx_aggr_reorder()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tx.c | 226 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_set_tx_cmd() 517 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_set_tx_params() 868 qc = ieee80211_get_qos_ctl((void *)tmp->data); in iwl_mvm_tx_tso_segment() 971 *ieee80211_get_qos_ctl(hdr) |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in iwl_mvm_tx_tso()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_core.c | 437 u8 *qos = ieee80211_get_qos_ctl(wh); in rsi_core_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A D | carl9170.h | 636 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; in get_tid_h()
|
| H A D | rx.c | 469 u8 *qc = ieee80211_get_qos_ctl(hdr); in carl9170_rx_copy_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_txrx.c | 301 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_tx_data() 425 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_check_tx_aggr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | tx.c | 81 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_cmd_build_basic() 378 qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_skb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ampdu.c | 921 u8 *skb_qos_ctl = ieee80211_get_qos_ctl(hdr); in ssv6200_ampdu_tx_state_stop_func() 958 skb_qos_ctl = ieee80211_get_qos_ctl(hdr); in ssv6200_ampdu_tx_update_state() 1188 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()
|
| H A D | sec_tkip.c | 603 hdr[12] = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(hdr11)))
|
| H A D | sec_ccmp.c | 692 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | txrx.c | 381 qc = ieee80211_get_qos_ctl(hdr); in wcn36xx_tx_start_ampdu()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_tkip.c | 533 hdr[12] = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(hdr11))) in michael_mic_hdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | main.c | 521 (*ieee80211_get_qos_ctl(hdr) & in lbtf_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | trx.c | 479 u8 *qc = ieee80211_get_qos_ctl(hdr); in rtl92cu_tx_fill_desc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | debugfs_sta.c | 98 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_sta_update_rx_tid_stats()
|
| H A D | htt_rx.c | 1272 qc = ieee80211_get_qos_ctl(hdr); in ath10k_get_tid() 1412 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_undecap_raw() 1881 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_mpdu()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ieee80211.h | 3500 static inline u8 *ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl() function 3514 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_get_tid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_tx.c | 36 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | usb.c | 569 u8 *qc = ieee80211_get_qos_ctl(hdr); in _rtl_rx_get_padding()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/queue/ |
| H A D | tx.c | 734 (*ieee80211_get_qos_ctl(hdr) & in iwl_txq_gen2_build_tfd()
|