Searched refs:l3_pad_bytes (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 500 u8 l3_pad_bytes; in ath12k_wifi7_dp_rx_process_msdu() local 526 l3_pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_process_msdu() 538 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath12k_wifi7_dp_rx_process_msdu() 539 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath12k_wifi7_dp_rx_process_msdu() 543 l3_pad_bytes, msdu_len, in ath12k_wifi7_dp_rx_process_msdu() 1592 u8 l3pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_h_null_q_desc() 1658 u8 l3pad_bytes = rx_info->l3_pad_bytes; in ath12k_wifi7_dp_rx_h_tkip_mic_err()
|
| H A D | hal_qcc2072.c | 389 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
|
| H A D | hal_wcn7850.c | 591 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
|
| H A D | hal_qcn9274.c | 821 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 1562 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_nwifi() local 1580 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_nwifi() 1581 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi() 1583 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi() 1667 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_eth() local 1683 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_eth() 1684 skb_put(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth() 1685 skb_pull(msdu, l3_pad_bytes); in ath10k_htt_rx_h_undecap_eth() 1727 int l3_pad_bytes; in ath10k_htt_rx_h_undecap_snap() local 1740 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd); in ath10k_htt_rx_h_undecap_snap() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hal.h | 740 u8 l3_pad_bytes; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 2515 u8 l3_pad_bytes; in ath11k_dp_rx_process_msdu() local 2547 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ab, lrx_desc); in ath11k_dp_rx_process_msdu() 2562 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu() 2563 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes); in ath11k_dp_rx_process_msdu() 2567 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()
|