Home
last modified time | relevance | path

Searched refs:MAXPHYS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dahci.h307 #if MAXPHYS < 512 * 1024
308 #undef MAXPHYS
309 #define MAXPHYS 512 * 1024 macro
312 #define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))
H A Dblock_if.c303 len = MIN(br->br_resid, MAXPHYS); in blockif_proc()
344 len = MIN(br->br_resid, MAXPHYS); in blockif_proc()
459 buf = malloc(MAXPHYS); in blockif_thr()
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h151 #ifndef MAXPHYS
152 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h23 #define MAXPHYS (56 * 1024) macro