Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c500 u8 l3_pad_bytes; in ath12k_wifi7_dp_rx_process_msdu() local
526 l3_pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_process_msdu()
538 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath12k_wifi7_dp_rx_process_msdu()
539 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath12k_wifi7_dp_rx_process_msdu()
543 l3_pad_bytes, msdu_len, in ath12k_wifi7_dp_rx_process_msdu()
1592 u8 l3pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_h_null_q_desc()
1658 u8 l3pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_h_tkip_mic_err()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1562 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1580 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()
1581 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1583 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1667 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local
1683 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()
1684 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1685 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1727 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local
1740 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2516 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()