Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1685 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1687 u8 *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1710 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()
1712 rfc1042 = (void *)hdr; in ath10k_htt_rx_h_find_rfc1042()
1719 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042()
1724 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()
1726 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()
1744 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local
1756 rfc1042 = ath10k_htt_rx_h_find_rfc1042(ar, msdu, enctype); in ath10k_htt_rx_h_undecap_eth()
1757 if (WARN_ON_ONCE(!rfc1042)) in ath10k_htt_rx_h_undecap_eth()
[all …]
H A Dmac.c3829 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local
3839 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()
3841 rfc1042 = (void *)(skb->data + hdrlen); in ath10k_tx_h_8023()
3846 type = rfc1042->snap_type; in ath10k_tx_h_8023()
3848 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2135 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2137 u8 *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2144 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042()
2146 rfc1042 = (void *)hdr; in ath11k_dp_rx_h_find_rfc1042()
2153 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
2157 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042()
2159 return rfc1042; in ath11k_dp_rx_h_find_rfc1042()
2173 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local
2175 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth()
2176 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth()
[all …]