Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1559 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
1737 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()
[all …]