Home
last modified time | relevance | path

Searched refs:first_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.h216 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr,
235 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
H A Dhtt_rx.c1427 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1482 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw()
1554 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1592 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1658 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1699 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1722 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
1746 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap()
1762 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1792 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1953 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1977 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2118 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2144 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2170 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2174 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2179 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2192 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2201 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()