Home
last modified time | relevance | path

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

/Linux-v6.1/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.c1422 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1477 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw()
1549 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1587 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1653 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1694 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1717 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
1741 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap()
1757 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1787 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-v6.1/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1958 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
1982 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2123 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2149 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2175 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2179 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2184 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2197 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2206 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
/Linux-v6.1/fs/btrfs/
Dcheck-integrity.c887 struct btrfs_header *const first_hdr = in btrfsic_process_metablock() local
890 BUG_ON(!first_hdr); in btrfsic_process_metablock()
898 sf->hdr = first_hdr; in btrfsic_process_metablock()