Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A 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
H A 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 …]
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1909 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1933 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2074 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2100 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2126 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2129 first_hdr = ath11k_dp_rx_h_80211_hdr(rx_desc); in ath11k_dp_rx_h_undecap()
2134 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2143 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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()