Lines Matching refs:l3pad_bytes
1777 u8 l3pad_bytes, int msdu_len) in ath12k_dp_rx_msdu_coalesce() argument
1791 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath12k_dp_rx_msdu_coalesce()
3567 u8 l3pad_bytes; in ath12k_dp_rx_h_null_q_desc() local
3616 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_null_q_desc()
3618 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath12k_dp_rx_h_null_q_desc()
3621 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_null_q_desc()
3622 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath12k_dp_rx_h_null_q_desc()
3677 u8 l3pad_bytes; in ath12k_dp_rx_h_tkip_mic_err() local
3684 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_tkip_mic_err()
3686 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_tkip_mic_err()
3687 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath12k_dp_rx_h_tkip_mic_err()