Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1466 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1483 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() local
1576 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() local
1630 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()
[all …]