Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.h48 #define BLOCKIF_IOV_MAX 128 /* not practical to be IOV_MAX */ macro
57 struct iovec br_iov[BLOCKIF_IOV_MAX];
H A Dpci_virtio_block.c290 struct iovec iov[BLOCKIF_IOV_MAX + 2]; in pci_vtblk_proc()
293 n = vq_getchain(vq, iov, BLOCKIF_IOV_MAX + 2, &req); in pci_vtblk_proc()
303 assert(n >= 2 && n <= BLOCKIF_IOV_MAX + 2); in pci_vtblk_proc()
520 sc->vbsc_cfg.vbc_seg_max = MIN(VTBLK_RINGSZ - 2, BLOCKIF_IOV_MAX); in pci_vtblk_init()
H A Dpci_ahci.c621 for (i = 0, j = 0; i < prdtl && j < BLOCKIF_IOV_MAX && left > 0; in ahci_build_iov()
642 if (j == BLOCKIF_IOV_MAX) { in ahci_build_iov()
H A Dpci_nvme.c211 ( NVME_MAX_IOVEC > BLOCKIF_IOV_MAX ? \
212 NVME_MAX_IOVEC - BLOCKIF_IOV_MAX : \