Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c8199 vdc_update_size(vdc_t *vdc, size_t dsk_size, size_t blk_size, size_t xfr_size) in vdc_update_size() argument
8204 ASSERT(xfr_size != 0); in vdc_update_size()
8212 xfr_size == vdc->max_xfer_sz)) in vdc_update_size()
8222 if ((xfr_size * blk_size) > (PAGESIZE * DEV_BSIZE)) { in vdc_update_size()
8225 xfr_size = maxphys / blk_size; in vdc_update_size()
8228 vdc->max_xfer_sz = xfr_size; in vdc_update_size()