Searched refs:BLOCKIF_IOV_MAX (Results 1 – 4 of 4) sorted by relevance
48 #define BLOCKIF_IOV_MAX 128 /* not practical to be IOV_MAX */ macro57 struct iovec br_iov[BLOCKIF_IOV_MAX];
289 struct iovec iov[BLOCKIF_IOV_MAX + 2]; in pci_vtblk_proc()292 n = vq_getchain(vq, iov, BLOCKIF_IOV_MAX + 2, &req); in pci_vtblk_proc()302 assert(n >= 2 && n <= BLOCKIF_IOV_MAX + 2); in pci_vtblk_proc()519 sc->vbsc_cfg.vbc_seg_max = MIN(VTBLK_RINGSZ - 2, BLOCKIF_IOV_MAX); in pci_vtblk_init()
619 for (i = 0, j = 0; i < prdtl && j < BLOCKIF_IOV_MAX && left > 0; in ahci_build_iov()640 if (j == BLOCKIF_IOV_MAX) { in ahci_build_iov()
210 ( NVME_MAX_IOVEC > BLOCKIF_IOV_MAX ? \211 NVME_MAX_IOVEC - BLOCKIF_IOV_MAX : \