/openbmc/linux/net/mac80211/ |
H A D | mesh_ps.c | 65 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() 214 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags() 279 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() 350 ieee80211_mpsp_trigger_process(ieee80211_get_qos_ctl(hdr), in ieee80211_mps_rx_h_sta_process() 388 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send() 517 u8 *qoshdr = ieee80211_get_qos_ctl(hdr); in mps_frame_deliver()
|
H A D | wme.c | 141 p = ieee80211_get_qos_ctl(hdr); in ieee80211_select_queue_80211() 205 p = ieee80211_get_qos_ctl(hdr); in ieee80211_set_qos_hdr()
|
H A D | status.c | 88 u8 *p = ieee80211_get_qos_ctl(hdr); in ieee80211_handle_filtered_frame() 192 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() 955 ieee80211_get_qos_ctl(hdr), sta, true, acked); in __ieee80211_tx_status() 968 qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status() 975 u8 *qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status()
|
H A D | mesh_pathtbl.c | 567 qc = ieee80211_get_qos_ctl(hdr); in mesh_fast_tx_cache()
|
H A D | rx.c | 883 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() 1359 ack_policy = *ieee80211_get_qos_ctl(hdr) & in ieee80211_rx_reorder_ampdu() 2921 qos = ieee80211_get_qos_ctl(fwd_hdr); in ieee80211_rx_mesh_data()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | dma.c | 58 tid = *ieee80211_get_qos_ctl(hdr) & in mt7603_rx_loopback_skb()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 174 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_set_tx_cmd() 541 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_set_tx_params() 940 qc = ieee80211_get_qos_ctl((void *)tmp->data); in iwl_mvm_tx_tso_segment() 1043 *ieee80211_get_qos_ctl(hdr) |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in iwl_mvm_tx_tso() 1356 (*ieee80211_get_qos_ctl(hdr) & in iwl_mvm_tx_skb_sta()
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 437 u8 *qos = ieee80211_get_qos_ctl(wh); in rsi_core_xmit()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_txrx.c | 306 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_tx_data() 430 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_check_tx_aggr()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 77 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_cmd_build_basic() 374 qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_skb()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 469 u8 *qc = ieee80211_get_qos_ctl(hdr); in carl9170_rx_copy_data()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | main.c | 523 (*ieee80211_get_qos_ctl(hdr) & in lbtf_rx()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.c | 504 qc = ieee80211_get_qos_ctl(hdr); in wcn36xx_tx_start_ampdu()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | trx.c | 479 u8 *qc = ieee80211_get_qos_ctl(hdr); in rtl92cu_tx_fill_desc()
|
/openbmc/linux/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 | 1337 qc = ieee80211_get_qos_ctl(hdr); in ath10k_get_tid() 1482 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_undecap_raw() 1981 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_mpdu()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mac.c | 424 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7921_mac_fill_rx()
|
/openbmc/linux/include/linux/ |
H A D | ieee80211.h | 4203 static inline u8 *ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl() function 4223 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_get_tid()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | usb.c | 549 u8 *qc = ieee80211_get_qos_ctl(hdr); in _rtl_rx_get_padding()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_tx.c | 35 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath12k_dp_tx_encap_nwifi()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 872 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt76x02_mac_process_rx()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.c | 38 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 1518 (*ieee80211_get_qos_ctl(hdr) & in iwl_trans_pcie_tx()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 492 u8 *qos = ieee80211_get_qos_ctl(t->hdr); in cw1200_tx_h_calc_tid()
|