Searched refs:rfc1042 (Results 1 – 2 of 2) sorted by relevance
1143 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local1155 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()1161 rfc1042 += round_up(hdr_len, 4) + in ath10k_htt_rx_h_find_rfc1042()1166 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()1168 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()1180 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local1189 rfc1042 = ath10k_htt_rx_h_find_rfc1042(ar, msdu, enctype); in ath10k_htt_rx_h_undecap_eth()1190 if (WARN_ON_ONCE(!rfc1042)) in ath10k_htt_rx_h_undecap_eth()1200 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, in ath10k_htt_rx_h_undecap_eth()
3235 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local3244 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()3248 type = rfc1042->snap_type; in ath10k_tx_h_8023()3250 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()