Searched refs:MAXPHYS (Results 1 – 4 of 4) sorted by relevance
307 #if MAXPHYS < 512 * 1024308 #undef MAXPHYS309 #define MAXPHYS 512 * 1024 macro312 #define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))
302 len = MIN(br->br_resid, MAXPHYS); in blockif_proc()343 len = MIN(br->br_resid, MAXPHYS); in blockif_proc()458 buf = malloc(MAXPHYS); in blockif_thr()
151 #ifndef MAXPHYS152 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
23 #define MAXPHYS (56 * 1024) macro