Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1487 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1504 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() local
1597 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() local
1651 l3_pad_bytes in ath10k_htt_rx_h_undecap_snap()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1558 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local
1576 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi()
1577 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1579 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi()
1663 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local
1679 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth()
1680 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1681 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth()
1723 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local
1736 l3_pad_bytes in ath10k_htt_rx_h_undecap_snap()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2419 u8 l3_pad_bytes; in ath11k_dp_rx_process_msdu() local
2443 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(lrx_desc); in ath11k_dp_rx_process_msdu()
2458 skb_put(msdu, HAL_RX_DESC_SIZE + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu()
2459 skb_pull(msdu, HAL_RX_DESC_SIZE + l3_pad_bytes); in ath11k_dp_rx_process_msdu()
2463 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2493 u8 l3_pad_bytes; in ath12k_dp_rx_process_msdu() local
2517 l3_pad_bytes = ath12k_dp_rx_h_l3pad(ab, lrx_desc); in ath12k_dp_rx_process_msdu()
2529 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath12k_dp_rx_process_msdu()
2530 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath12k_dp_rx_process_msdu()
2534 l3_pad_bytes, msdu_len); in ath12k_dp_rx_process_msdu()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2528 u8 l3_pad_bytes; in ath11k_dp_rx_process_msdu() local
2560 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ab, lrx_desc); in ath11k_dp_rx_process_msdu()
2575 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu()
2576 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath11k_dp_rx_process_msdu()
2580 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()

Completed in 32 milliseconds