Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1776 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local
1808 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()
1809 if (space_extra > 0 && in ath11k_dp_rx_msdu_coalesce()
1810 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce()