Searched refs:rfc1042 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1618 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local 1635 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042() 1641 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042() 1646 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042() 1648 return rfc1042; in ath10k_htt_rx_h_find_rfc1042() 1661 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local 1673 rfc1042 = ath10k_htt_rx_h_find_rfc1042(ar, msdu, enctype); in ath10k_htt_rx_h_undecap_eth() 1674 if (WARN_ON_ONCE(!rfc1042)) in ath10k_htt_rx_h_undecap_eth() 1691 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, in ath10k_htt_rx_h_undecap_eth()
|
H A D | mac.c | 3818 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local 3827 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023() 3831 type = rfc1042->snap_type; in ath10k_tx_h_8023() 3833 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2104 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local 2109 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042() 2115 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042() 2119 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042() 2121 return rfc1042; in ath11k_dp_rx_h_find_rfc1042() 2135 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local 2137 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth() 2138 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth() 2148 memcpy(skb_push(msdu, sizeof(struct ath11k_dp_rfc1042_hdr)), rfc1042, in ath11k_dp_rx_h_undecap_eth()
|