Searched refs:BLKIF_RING_SIZE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dblkif_impl.h89 #define BLKIF_RING_SIZE \ macro
H A Dxpvtap.h42 (BLKIF_RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE)
H A Dxdf.h56 #define XB_MAXPHYS (XB_MAX_XFER * BLKIF_RING_SIZE)
H A Dxpvtap.c887 * the user ring can handle BLKIF_RING_SIZE outstanding requests. This
893 xpvtap_rs_init(0, (BLKIF_RING_SIZE - 1), &map->um_rs);
901 sizeof (*map->um_outstanding_reqs) * BLKIF_RING_SIZE,
918 sizeof (*map->um_outstanding_reqs) * BLKIF_RING_SIZE);
1045 sizeof (*map->um_outstanding_reqs) * BLKIF_RING_SIZE);
H A Dblk_common.c722 ring->ri_nentry = BLKIF_RING_SIZE;
H A Dxdb.c765 vdp->xs_nentry = BLKIF_RING_SIZE;
H A Dxdf.c1562 if (xvdi_alloc_ring(dip, BLKIF_RING_SIZE,

Completed in 60 milliseconds