Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1777 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()
3536 u8 l3pad_bytes; in ath12k_dp_rx_h_null_q_desc() local
3585 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_null_q_desc()
3587 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath12k_dp_rx_h_null_q_desc()
3590 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_null_q_desc()
3591 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath12k_dp_rx_h_null_q_desc()
3643 u8 l3pad_bytes; in ath12k_dp_rx_h_tkip_mic_err() local
3650 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_tkip_mic_err()
3652 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_tkip_mic_err()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1769 u8 l3pad_bytes, int msdu_len) in ath11k_dp_rx_msdu_coalesce() argument
1783 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
3907 u8 l3pad_bytes; in ath11k_dp_rx_h_null_q_desc() local
3943 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, desc); in ath11k_dp_rx_h_null_q_desc()
3945 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath11k_dp_rx_h_null_q_desc()
3948 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_null_q_desc()
3949 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath11k_dp_rx_h_null_q_desc()
4000 u8 l3pad_bytes; in ath11k_dp_rx_h_tkip_mic_err() local
4007 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, desc); in ath11k_dp_rx_h_tkip_mic_err()
4009 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_tkip_mic_err()
[all …]