Searched refs:BLKIF_MAX_SEGMENTS_PER_REQUEST (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/xen/interface/io/
H A Dblkif.h160 * Maximum Value: BLKIF_MAX_SEGMENTS_PER_REQUEST
168 * Maximum Value: BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGE_SIZE
462 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro
484 * up to BLKIF_MAX_SEGMENTS_PER_REQUEST.
503 blkif_request_segment_t seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/freebsd-10.2-release/sys/xen/
H A Dblkif.h49 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
67 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
117 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
132 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
/freebsd-10.2-release/sys/dev/xen/blkfront/
H A Dblock.h83 MIN(MAXPHYS, XBD_SEGS_TO_SIZE(BLKIF_MAX_SEGMENTS_PER_REQUEST))
91 (MIN(BLKIF_MAX_SEGMENTS_PER_REQUEST, \
H A Dblkfront.c193 block_segs = MIN(nsegs, BLKIF_MAX_SEGMENTS_PER_REQUEST);
1050 sc->xbd_max_request_segments = BLKIF_MAX_SEGMENTS_PER_REQUEST;
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c148 MIN(MAXPHYS, BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGE_SIZE)
157 MIN(BLKIF_MAX_SEGMENTS_PER_REQUEST, \
3020 xbb->max_request_segments = BLKIF_MAX_SEGMENTS_PER_REQUEST;

Completed in 127 milliseconds