Lines Matching refs:first_hdr
1014 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_nwifi()
1040 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1090 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1120 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1135 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_snap()
1148 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap()
1156 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1186 ath10k_htt_rx_h_undecap_nwifi(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap()
1189 ath10k_htt_rx_h_undecap_eth(ar, msdu, status, first_hdr, enctype); in ath10k_htt_rx_h_undecap()
1192 ath10k_htt_rx_h_undecap_snap(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap()
1243 u8 first_hdr[64]; in ath10k_htt_rx_h_mpdu() local
1267 memcpy(first_hdr, hdr, hdr_len); in ath10k_htt_rx_h_mpdu()
1272 hdr = (void *)first_hdr; in ath10k_htt_rx_h_mpdu()
1315 ath10k_htt_rx_h_undecap(ar, msdu, status, first_hdr, enctype, in ath10k_htt_rx_h_mpdu()