Searched refs:buf_first_len (Results 1 – 2 of 2) sorted by relevance
425 int buf_first_hdr_len, buf_first_len; in ath12k_wifi7_dp_rx_msdu_coalesce() local436 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath12k_wifi7_dp_rx_msdu_coalesce()438 if (WARN_ON_ONCE(msdu_len <= buf_first_len)) { in ath12k_wifi7_dp_rx_msdu_coalesce()460 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath12k_wifi7_dp_rx_msdu_coalesce()475 rem_len = msdu_len - buf_first_len; in ath12k_wifi7_dp_rx_msdu_coalesce()
1761 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local1772 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()1774 if (WARN_ON_ONCE(msdu_len <= buf_first_len)) { in ath11k_dp_rx_msdu_coalesce()1796 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()1811 rem_len = msdu_len - buf_first_len; in ath11k_dp_rx_msdu_coalesce()