Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1725 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local
1735 buf_first_hdr_len = HAL_RX_DESC_SIZE + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
1736 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()
1739 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()
1740 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()
1753 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1782 int buf_first_hdr_len, buf_first_len; in ath12k_dp_rx_msdu_coalesce() local
1791 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1773 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local
1782 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
1783 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()
1786 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()
1787 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()
1800 skb_pull(first, buf_first_hdr_len); in ath11k_dp_rx_msdu_coalesce()

Completed in 18 milliseconds