Searched refs:l3_pad_bytes (Results 1 – 1 of 1) sorted by relevance
1559 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local1577 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() local1680 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() local1737 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()[all …]