Home
last modified time | relevance | path

Searched refs:mon_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/char/
H A Dmonwriter.c35 struct mon_buf { struct
47 struct mon_buf *current_buf; argument
84 static struct mon_buf *monwrite_find_hdr(struct mon_private *monpriv, in monwrite_find_hdr()
87 struct mon_buf *entry, *next; in monwrite_find_hdr()
105 struct mon_buf *monbuf; in monwrite_new_hdr()
132 monbuf = kzalloc_obj(struct mon_buf); in monwrite_new_hdr()
153 struct mon_buf *monbuf = monpriv->current_buf; in monwrite_new_data()
207 struct mon_buf *entry, *next; in monwrite_close()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c592 struct hal_mon_buf_ring *mon_buf; in ath12k_dp_mon_buf_replenish() local
629 mon_buf = ath12k_hal_srng_src_get_next_entry(ab, srng); in ath12k_dp_mon_buf_replenish()
630 if (unlikely(!mon_buf)) in ath12k_dp_mon_buf_replenish()
637 mon_buf->paddr_lo = cpu_to_le32(lower_32_bits(paddr)); in ath12k_dp_mon_buf_replenish()
638 mon_buf->paddr_hi = cpu_to_le32(upper_32_bits(paddr)); in ath12k_dp_mon_buf_replenish()
639 mon_buf->cookie = cpu_to_le64(cookie); in ath12k_dp_mon_buf_replenish()