Searched refs:l3_pad_bytes (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 1559 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local 1577 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi() 1578 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi() 1580 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi() 1664 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local 1680 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth() 1681 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth() 1682 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth() 1724 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local 1739 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_snap() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 2583 u8 l3_pad_bytes; in ath12k_dp_rx_process_msdu() local 2607 l3_pad_bytes = ath12k_dp_rx_h_l3pad(ab, lrx_desc); in ath12k_dp_rx_process_msdu() 2619 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath12k_dp_rx_process_msdu() 2620 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath12k_dp_rx_process_msdu() 2624 l3_pad_bytes, msdu_len); in ath12k_dp_rx_process_msdu()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 2516 u8 l3_pad_bytes; in ath11k_dp_rx_process_msdu() local 2548 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ab, lrx_desc); in ath11k_dp_rx_process_msdu() 2563 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu() 2564 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath11k_dp_rx_process_msdu() 2568 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()
|