Home
last modified time | relevance | path

Searched refs:VD_MAX_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h75 #define VD_MAX_BLOCK_SIZE (256 * 1024) macro
77 #define VD_MAX_COOKIES ((VD_MAX_BLOCK_SIZE / PAGESIZE) + 1)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c2659 ASSERT(maxphys <= VD_MAX_BLOCK_SIZE); in vdc_init_descriptor_ring()