Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1715 u8 l3pad_bytes, int msdu_len) in ath11k_dp_rx_msdu_coalesce() argument
1729 buf_first_hdr_len = HAL_RX_DESC_SIZE + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
3755 u8 l3pad_bytes; in ath11k_dp_rx_h_null_q_desc() local
3789 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(desc); in ath11k_dp_rx_h_null_q_desc()
3791 if ((HAL_RX_DESC_SIZE + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath11k_dp_rx_h_null_q_desc()
3794 skb_put(msdu, HAL_RX_DESC_SIZE + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_null_q_desc()
3795 skb_pull(msdu, HAL_RX_DESC_SIZE + l3pad_bytes); in ath11k_dp_rx_h_null_q_desc()
3846 u8 l3pad_bytes; in ath11k_dp_rx_h_tkip_mic_err() local
3852 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(desc); in ath11k_dp_rx_h_tkip_mic_err()
3854 skb_put(msdu, HAL_RX_DESC_SIZE + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_tkip_mic_err()
[all …]