mon_buf
struct hal_mon_buf_ring *mon_buf;
mon_buf = ath12k_hal_srng_src_get_next_entry(ab, srng);
if (unlikely(!mon_buf))
mon_buf->paddr_lo = cpu_to_le32(lower_32_bits(paddr));
mon_buf->paddr_hi = cpu_to_le32(upper_32_bits(paddr));
mon_buf->cookie = cpu_to_le64(cookie);
struct mon_buf *monbuf;
monbuf = kzalloc_obj(struct mon_buf);
struct mon_buf *monbuf = monpriv->current_buf;
struct mon_buf *entry, *next;
struct mon_buf *current_buf;
static struct mon_buf *monwrite_find_hdr(struct mon_private *monpriv,
struct mon_buf *entry, *next;