Searched refs:mon_buf (Results 1 – 1 of 1) sorted by relevance
660 struct hal_mon_buf_ring *mon_buf; in ath12k_dp_mon_buf_replenish() local697 mon_buf = ath12k_hal_srng_src_get_next_entry(ab, srng); in ath12k_dp_mon_buf_replenish()698 if (unlikely(!mon_buf)) in ath12k_dp_mon_buf_replenish()705 mon_buf->paddr_lo = cpu_to_le32(lower_32_bits(paddr)); in ath12k_dp_mon_buf_replenish()706 mon_buf->paddr_hi = cpu_to_le32(upper_32_bits(paddr)); in ath12k_dp_mon_buf_replenish()707 mon_buf->cookie = cpu_to_le64(cookie); in ath12k_dp_mon_buf_replenish()