HomeSort by: relevance | last modified time | path
    Searched defs:nvpages (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
viomb.c 276 uint64_t nvpages, nhpages; local in function:inflate
283 nvpages = sc->sc_npages - sc->sc_actual;
284 if (nvpages > PGS_PER_REQ)
285 nvpages = PGS_PER_REQ;
286 nhpages = nvpages * VIRTIO_PAGE_SIZE / PAGE_SIZE;
297 b->bl_nentries = nvpages;
303 KASSERT(i == nvpages);
318 sizeof(uint32_t)*nvpages, BUS_DMASYNC_PREWRITE);
321 sc->sc_inflight += nvpages;
347 uint64_t nvpages; local in function:inflate_done
387 uint64_t nvpages, nhpages; local in function:deflate
464 uint64_t nvpages; local in function:deflate_done
    [all...]
viomb.c 276 uint64_t nvpages, nhpages; local in function:inflate
283 nvpages = sc->sc_npages - sc->sc_actual;
284 if (nvpages > PGS_PER_REQ)
285 nvpages = PGS_PER_REQ;
286 nhpages = nvpages * VIRTIO_PAGE_SIZE / PAGE_SIZE;
297 b->bl_nentries = nvpages;
303 KASSERT(i == nvpages);
318 sizeof(uint32_t)*nvpages, BUS_DMASYNC_PREWRITE);
321 sc->sc_inflight += nvpages;
347 uint64_t nvpages; local in function:inflate_done
387 uint64_t nvpages, nhpages; local in function:deflate
464 uint64_t nvpages; local in function:deflate_done
    [all...]

Completed in 24 milliseconds