Searched refs:iovidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c2197 int iovidx; local
2218 iovidx = req->io_req.br_iovcnt - 1;
2220 req->io_req.br_iov[iovidx].iov_base =
2223 if (req->io_req.br_iov[iovidx].iov_base == NULL)
2229 req->io_req.br_iov[iovidx].iov_len = req->prev_size;
2231 iovidx = req->io_req.br_iovcnt;
2232 if (iovidx == 0) {
2238 req->io_req.br_iov[iovidx].iov_base =
2241 if (req->io_req.br_iov[iovidx].iov_base == NULL)
2244 req->io_req.br_iov[iovidx]
[all...]

Completed in 68 milliseconds