Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1719 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local
1729 buf_first_hdr_len = HAL_RX_DESC_SIZE + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
1730 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()
1733 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()
1734 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()
1747 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()