Lines Matching refs:l3_pad_bytes
1558 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1576 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()
1577 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1579 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1663 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local
1679 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()
1680 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1681 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1723 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local
1736 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()
1738 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_snap()
1739 skb_pull(msdu, sizeof(struct amsdu_subframe_hdr) + l3_pad_bytes); in ath10k_htt_rx_h_undecap_snap()