Searched refs:buf_first_hdr_len (Results 1 – 2 of 2) sorted by relevance
1782 int buf_first_hdr_len, buf_first_len; in ath12k_dp_rx_msdu_coalesce() local1791 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath12k_dp_rx_msdu_coalesce()1792 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath12k_dp_rx_msdu_coalesce()1795 skb_put(first, buf_first_hdr_len + msdu_len); in ath12k_dp_rx_msdu_coalesce()1796 skb_pull(first, buf_first_hdr_len); in ath12k_dp_rx_msdu_coalesce()1809 skb_pull(first, buf_first_hdr_len); in ath12k_dp_rx_msdu_coalesce()
1774 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local1783 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()1784 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()1787 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()1788 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()1801 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()