Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1727 int space_extra; in ath11k_dp_rx_msdu_coalesce() local
1760 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()
1761 if (space_extra > 0 && in ath11k_dp_rx_msdu_coalesce()
1762 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1784 int space_extra, rem_len, buf_len; in ath12k_dp_rx_msdu_coalesce() local
1816 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath12k_dp_rx_msdu_coalesce()
1817 if (space_extra > 0 && in ath12k_dp_rx_msdu_coalesce()
1818 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath12k_dp_rx_msdu_coalesce()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1775 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local
1807 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()
1808 if (space_extra > 0 && in ath11k_dp_rx_msdu_coalesce()
1809 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce()

Completed in 18 milliseconds