Searched refs:l3_pad_bytes (Results 1 – 2 of 2) sorted by relevance
1487 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local1504 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()1505 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()1507 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()1583 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local1597 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()1598 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()1599 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()1640 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local1651 l3_pad_bytes = ath10k_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap()[all …]
2388 u8 l3_pad_bytes; in ath11k_dp_rx_process_msdu() local2412 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(lrx_desc); in ath11k_dp_rx_process_msdu()2427 skb_put(msdu, HAL_RX_DESC_SIZE + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu()2428 skb_pull(msdu, HAL_RX_DESC_SIZE + l3_pad_bytes); in ath11k_dp_rx_process_msdu()2432 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()