Searched refs:space_extra (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
| D | dp_rx.c | 1764 int space_extra, rem_len, buf_len; in ath12k_dp_rx_msdu_coalesce() local 1796 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath12k_dp_rx_msdu_coalesce() 1797 if (space_extra > 0 && in ath12k_dp_rx_msdu_coalesce() 1798 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath12k_dp_rx_msdu_coalesce()
|
| /Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 1769 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local 1801 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce() 1802 if (space_extra > 0 && in ath11k_dp_rx_msdu_coalesce() 1803 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce()
|