Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
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
Dhtt_rx.c1357 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1407 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw()
1479 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1515 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1574 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1612 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1635 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
1656 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap()
1672 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1697 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
[all …]
Ddebugfs_sta.c78 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
93 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_sta_update_rx_tid_stats()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1940 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1964 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2105 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2131 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2157 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2160 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2165 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2174 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
/Linux-v5.15/fs/btrfs/
Dcheck-integrity.c890 struct btrfs_header *const first_hdr = in btrfsic_process_metablock() local
893 BUG_ON(!first_hdr); in btrfsic_process_metablock()
901 sf->hdr = first_hdr; in btrfsic_process_metablock()