HomeSort by: relevance | last modified time | path
    Searched refs:AMR_MAX_SEGS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
amrvar.h 39 #define AMR_SGL_SIZE (sizeof(struct amr_sgentry) * AMR_MAX_SEGS)
amrreg.h 73 #define AMR_MAX_SEGS 26
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 14 milliseconds