Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Ddebug.h215 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr,
234 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.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1891 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1915 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2056 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2082 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2108 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2111 first_hdr = ath11k_dp_rx_h_80211_hdr(rx_desc); in ath11k_dp_rx_h_undecap()
2116 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2125 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
/Linux-v5.10/fs/btrfs/
Dcheck-integrity.c942 struct btrfs_header *const first_hdr = in btrfsic_process_metablock() local
945 BUG_ON(!first_hdr); in btrfsic_process_metablock()
953 sf->hdr = first_hdr; in btrfsic_process_metablock()