Home
last modified time | relevance | path

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

/freebsd/sys/xen/
H A Dblkif.h47 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
65 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
115 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_32_req()
130 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_64_req()
/freebsd/sys/contrib/xen/io/
H A Dblkif.h623 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro
653 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c229 if (nsegs <= BLKIF_MAX_SEGMENTS_PER_REQUEST) { in xbd_queue_cb()
1322 if (sc->xbd_max_request_segments < BLKIF_MAX_SEGMENTS_PER_REQUEST) in xbd_connect()
1323 sc->xbd_max_request_segments = BLKIF_MAX_SEGMENTS_PER_REQUEST; in xbd_connect()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c126 MIN(128 * 1024, BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGE_SIZE)
135 MIN(BLKIF_MAX_SEGMENTS_PER_REQUEST, \
2882 xbb->max_request_segments = BLKIF_MAX_SEGMENTS_PER_REQUEST; in xbb_collect_frontend_info()