Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dmptsas.c108 if (MPTSAS_FIFO_EMPTY(s, reply_free) || MPTSAS_FIFO_FULL(s, reply_post)) { in mptsas_post_reply()
113 addr_lo = MPTSAS_FIFO_GET(s, reply_free); in mptsas_post_reply()
613 QEMU_BUILD_BUG_ON(ARRAY_SIZE(s->reply_post) != ARRAY_SIZE(s->reply_free)); in mptsas_process_ioc_facts()
1075 if (MPTSAS_FIFO_FULL(s, reply_free)) { in mptsas_mmio_write()
1078 MPTSAS_FIFO_PUT(s, reply_free, val); in mptsas_mmio_write()
1356 MPTSAS_FIFO_INVALID(s, reply_free) || in mptsas_post_load()
1399 VMSTATE_UINT32_ARRAY(reply_free, MPTSASState,
H A Dmptsas.h70 uint32_t reply_free[MPTSAS_REPLY_QUEUE_DEPTH + 1]; member