Searched refs:l3_pad_bytes (Results 1 – 1 of 1) sorted by relevance
1466 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local1483 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()1484 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()1486 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()1562 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local1576 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()1577 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()1578 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()1619 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local1630 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()[all …]