Home
last modified time | relevance | path

Searched refs:rfc1042 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2058 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2063 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042()
2069 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
2073 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042()
2075 return rfc1042; in ath11k_dp_rx_h_find_rfc1042()
2089 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local
2091 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth()
2092 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth()
2101 /* push rfc1042/llc/snap */ in ath11k_dp_rx_h_undecap_eth()
2102 memcpy(skb_push(msdu, sizeof(struct ath11k_dp_rfc1042_hdr)), rfc1042, in ath11k_dp_rx_h_undecap_eth() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1380 * [rfc1042/llc] in ath10k_htt_rx_h_undecap_raw()
1492 * [rfc1042/llc] in ath10k_htt_rx_h_undecap_nwifi()
1542 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1555 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()
1561 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042()
1566 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()
1568 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()
1580 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local
1588 * [eth header] <-- replaced with 802.11 hdr & rfc1042/llc in ath10k_htt_rx_h_undecap_eth()
1592 rfc1042 in ath10k_htt_rx_h_undecap_eth()
1608 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, ath10k_htt_rx_h_undecap_eth() local
[all...]
H A Dmac.c3649 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local
3658 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()
3662 type = rfc1042->snap_type; in ath10k_tx_h_8023()
3664 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1450 * [rfc1042/llc] in ath10k_htt_rx_h_undecap_raw()
1563 * [rfc1042/llc] in ath10k_htt_rx_h_undecap_nwifi()
1617 void *rfc1042; in ath10k_htt_rx_h_find_rfc1042() local
1634 rfc1042 = hdr; in ath10k_htt_rx_h_find_rfc1042()
1640 rfc1042 += round_up(hdr_len, bytes_aligned) + in ath10k_htt_rx_h_find_rfc1042()
1645 rfc1042 += sizeof(struct amsdu_subframe_hdr); in ath10k_htt_rx_h_find_rfc1042()
1647 return rfc1042; in ath10k_htt_rx_h_find_rfc1042()
1660 void *rfc1042; in ath10k_htt_rx_h_undecap_eth() local
1668 * [eth header] <-- replaced with 802.11 hdr & rfc1042/llc in ath10k_htt_rx_h_undecap_eth()
1672 rfc1042 in ath10k_htt_rx_h_undecap_eth()
1690 memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042, ath10k_htt_rx_h_undecap_eth() local
[all...]
H A Dmac.c3823 struct rfc1042_hdr *rfc1042; in ath10k_tx_h_8023() local
3832 rfc1042 = (void *)skb->data + hdrlen; in ath10k_tx_h_8023()
3836 type = rfc1042->snap_type; in ath10k_tx_h_8023()
3838 skb_pull(skb, hdrlen + sizeof(*rfc1042)); in ath10k_tx_h_8023()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2107 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2112 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042()
2118 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
2122 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042()
2124 return rfc1042; in ath11k_dp_rx_h_find_rfc1042()
2138 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local
2140 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth()
2141 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth()
2150 /* push rfc1042/llc/snap */ in ath11k_dp_rx_h_undecap_eth()
2151 memcpy(skb_push(msdu, sizeof(struct ath11k_dp_rfc1042_hdr)), rfc1042, in ath11k_dp_rx_h_undecap_eth() local
[all...]

Completed in 37 milliseconds