Home
last modified time | relevance | path

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

/linux-6.15/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.c1423 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1550 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1588 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1654 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1695 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1718 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
1758 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1788 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
1940 u8 first_hdr[64]; in ath10k_htt_rx_h_mpdu() local
1979 hdr = (void *)first_hdr; in ath10k_htt_rx_h_mpdu()
[all …]
H A Ddebugfs_sta.c79 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
94 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_sta_update_rx_tid_stats()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1952 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1976 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2117 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2143 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2169 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2173 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2178 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2191 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2200 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()