Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1251 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1268 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()
1269 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1271 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1347 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local
1361 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()
1362 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1363 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1404 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local
1415 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()
[all …]