Searched refs:space_extra (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 413 int space_extra, rem_len, buf_len; in ath12k_wifi7_dp_rx_msdu_coalesce() local 446 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath12k_wifi7_dp_rx_msdu_coalesce() 447 if (space_extra > 0 && in ath12k_wifi7_dp_rx_msdu_coalesce() 448 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath12k_wifi7_dp_rx_msdu_coalesce()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1764 int space_extra, rem_len, buf_len; in ath11k_dp_rx_msdu_coalesce() local 1796 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce() 1797 if (space_extra > 0 && in ath11k_dp_rx_msdu_coalesce() 1798 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce()
|