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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c1087 int mss, paylen, seg, tiovcnt, left, now, nleft, nnow, pv, pvoff; local
1366 pvoff = 0;
1377 nnow = MIN(nleft, iov[pv].iov_len - pvoff);
1378 tiov[tiovcnt].iov_base = iov[pv].iov_base + pvoff;
1380 if (pvoff + nnow == iov[pv].iov_len) {
1382 pvoff = 0;
1384 pvoff += nnow;

Completed in 107 milliseconds