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

  /src/sys/dev/pci/
amr.c 199 static int amr_max_segs; variable in typeref:typename:int
422 amr_max_xfer = uimin(((AMR_MAX_SEGS - 1) * PAGE_SIZE), MAXPHYS);
423 amr_max_segs = (amr_max_xfer + (PAGE_SIZE * 2) - 1) / PAGE_SIZE;
428 amr_max_segs, amr_max_xfer, 0,

Completed in 12 milliseconds