Home
last modified time | relevance | path

Searched refs:queue_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vio.c164 target_ulong queue_len = args[2]; in h_reg_crq() local
173 if (queue_len < 0x1000 || queue_len > 0x10000000) { in h_reg_crq()
175 ")\n", queue_len); in h_reg_crq()
197 dev->crq.qsize = queue_len; in h_reg_crq()
200 trace_spapr_vio_h_reg_crq(reg, queue_addr, queue_len); in h_reg_crq()
H A Dtrace-events71 spapr_vio_h_reg_crq(uint64_t reg, uint64_t queue_addr, uint64_t queue_len) "CRQ for dev 0x%" PRIx64…
/openbmc/qemu/hw/scsi/
H A Dtrace-events47 megasas_init_queue(uint64_t queue_pa, int queue_len, uint32_t head, uint32_t tail, uint32_t flags) …
50 megasas_initq_mismatch(int queue_len, int fw_cmds) "queue size %d max fw cmds %d"