Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1622 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1639 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()
1645 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042()
1650 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()
1652 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()
1665 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local
1677 rfc1042 = ath10k_htt_rx_h_find_rfc1042(ar, msdu, enctype); in ath10k_htt_rx_h_undecap_eth()
1678 if (WARN_ON_ONCE(!rfc1042)) in ath10k_htt_rx_h_undecap_eth()
1695 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, in ath10k_htt_rx_h_undecap_eth()
H A Dmac.c3847 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local
3856 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()
3860 type = rfc1042->snap_type; in ath10k_tx_h_8023()
3862 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2096 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2101 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042()
2107 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
2111 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042()
2113 return rfc1042; in ath11k_dp_rx_h_find_rfc1042()
2127 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local
2129 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth()
2130 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth()
2140 memcpy(skb_push(msdu, sizeof(struct ath11k_dp_rfc1042_hdr)), rfc1042, in ath11k_dp_rx_h_undecap_eth()