Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1822 int buf_first_hdr_len, buf_first_len; in ath12k_dp_rx_msdu_coalesce() local
1831 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath12k_dp_rx_msdu_coalesce()
1832 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath12k_dp_rx_msdu_coalesce()
1835 skb_put(first, buf_first_hdr_len + msdu_len); in ath12k_dp_rx_msdu_coalesce()
1836 skb_pull(first, buf_first_hdr_len); in ath12k_dp_rx_msdu_coalesce()
1849 skb_pull(first, buf_first_hdr_len); in ath12k_dp_rx_msdu_coalesce()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1762 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local
1771 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
1772 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()
1775 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()
1776 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()
1789 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()