Lines Matching refs:first_hdr
1098 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_nwifi()
1124 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1174 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1204 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1219 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_snap()
1232 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap()
1240 u8 first_hdr[64], in ath10k_htt_rx_h_undecap()
1268 ath10k_htt_rx_h_undecap_nwifi(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap()
1271 ath10k_htt_rx_h_undecap_eth(ar, msdu, status, first_hdr, enctype); in ath10k_htt_rx_h_undecap()
1274 ath10k_htt_rx_h_undecap_snap(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap()
1325 u8 first_hdr[64]; in ath10k_htt_rx_h_mpdu() local
1349 memcpy(first_hdr, hdr, hdr_len); in ath10k_htt_rx_h_mpdu()
1354 hdr = (void *)first_hdr; in ath10k_htt_rx_h_mpdu()
1397 ath10k_htt_rx_h_undecap(ar, msdu, status, first_hdr, enctype, in ath10k_htt_rx_h_mpdu()