Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c116 #define NVME_MAX_IOVEC ((1 << NVME_MDTS) + 1) macro
211 ( NVME_MAX_IOVEC > BLOCKIF_IOV_MAX ? \
212 NVME_MAX_IOVEC - BLOCKIF_IOV_MAX : \
2228 if (req->io_req.br_iovcnt == NVME_MAX_IOVEC) { in pci_nvme_append_iov_req()