Searched refs:space_extra (Results 1 – 1 of 1) sorted by relevance
1775 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local1807 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()