Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_block.c71 #define VTBLK_RINGSZ 128 macro
73 _Static_assert(VTBLK_RINGSZ <= BLOCKIF_RING_MAX, "Each ring entry must be able to queue a request");
207 struct pci_vtblk_ioreq vbsc_ios[VTBLK_RINGSZ];
463 for (i = 0; i < VTBLK_RINGSZ; i++) { in pci_vtblk_init()
487 sc->vbsc_vq.vq_qsize = VTBLK_RINGSZ; in pci_vtblk_init()
520 sc->vbsc_cfg.vbc_seg_max = MIN(VTBLK_RINGSZ - 2, BLOCKIF_IOV_MAX); in pci_vtblk_init()