Home
last modified time | relevance | path

Searched refs:rfc1042 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1306 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1319 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()
1325 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042()
1330 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()
1332 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()
1344 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local
1356 rfc1042 = ath10k_htt_rx_h_find_rfc1042(ar, msdu, enctype); in ath10k_htt_rx_h_undecap_eth()
1357 if (WARN_ON_ONCE(!rfc1042)) in ath10k_htt_rx_h_undecap_eth()
1372 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, in ath10k_htt_rx_h_undecap_eth()
Dmac.c3481 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local
3490 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()
3494 type = rfc1042->snap_type; in ath10k_tx_h_8023()
3496 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()