Home
last modified time | relevance | path

Searched refs:ieee80211_get_qos_ctl (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh_ps.c64 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 Dwme.c135 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 Dstatus.c87 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 Dtx.c189 *(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 Ddma.c74 tid = *ieee80211_get_qos_ctl(hdr) & in mt7603_rx_loopback_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dagg-rx.c170 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 Dtx.c226 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 Drsi_91x_core.c437 u8 *qos = ieee80211_get_qos_ctl(wh); in rsi_core_xmit()
/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()
H A Drx.c469 u8 *qc = ieee80211_get_qos_ctl(hdr); in carl9170_rx_copy_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c301 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 Dtx.c81 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 Dampdu.c921 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 Dsec_tkip.c603 hdr[12] = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(hdr11)))
H A Dsec_ccmp.c692 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c381 qc = ieee80211_get_qos_ctl(hdr); in wcn36xx_tx_start_ampdu()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_tkip.c533 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 Dmain.c521 (*ieee80211_get_qos_ctl(hdr) & in lbtf_rx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c479 u8 *qc = ieee80211_get_qos_ctl(hdr); 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_rx.c1272 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 Dieee80211.h3500 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 Ddp_tx.c36 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c569 u8 *qc = ieee80211_get_qos_ctl(hdr); in _rtl_rx_get_padding()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c734 (*ieee80211_get_qos_ctl(hdr) & in iwl_txq_gen2_build_tfd()

12