Symbol: BLKIF_MAX_SEGMENTS_PER_REQUEST
usr/src/uts/common/xen/io/blk_common.c
921
int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
usr/src/uts/common/xen/io/blk_common.c
940
int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
usr/src/uts/common/xen/io/blkif_impl.h
42
struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/blkif_impl.h
66
struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.c
1952
int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
usr/src/uts/common/xen/io/xdb.c
1967
int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST;
usr/src/uts/common/xen/io/xdb.c
243
gnttab_map_grant_ref_t mapops[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.c
280
if (segs > BLKIF_MAX_SEGMENTS_PER_REQUEST)
usr/src/uts/common/xen/io/xdb.c
282
BLKIF_MAX_SEGMENTS_PER_REQUEST;
usr/src/uts/common/xen/io/xdb.c
635
gnttab_unmap_grant_ref_t unmapops[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.c
670
ASSERT(segs <= BLKIF_MAX_SEGMENTS_PER_REQUEST);
usr/src/uts/common/xen/io/xdb.h
101
grant_handle_t xr_page_hdls[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.h
102
struct page xr_plist[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.h
103
struct page *xr_pplist[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdb.h
62
#define XDB_MAX_IO_PAGES(v) ((v)->xs_nentry * BLKIF_MAX_SEGMENTS_PER_REQUEST)
usr/src/uts/common/xen/io/xdb.h
66
* BLKIF_MAX_SEGMENTS_PER_REQUEST \
usr/src/uts/common/xen/io/xdb.h
99
xdb_seg_t xr_segs[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdf.c
1328
ASSERT(seg <= BLKIF_MAX_SEGMENTS_PER_REQUEST);
usr/src/uts/common/xen/io/xdf.c
176
BLKIF_MAX_SEGMENTS_PER_REQUEST, /* maximum number of segments */
usr/src/uts/common/xen/io/xdf.c
233
BLKIF_MAX_SEGMENTS_PER_REQUEST, &gh) == -1) {
usr/src/uts/common/xen/io/xdf.c
240
BLKIF_MAX_SEGMENTS_PER_REQUEST);
usr/src/uts/common/xen/io/xdf.c
283
ASSERT(gs->gs_ngrefs < BLKIF_MAX_SEGMENTS_PER_REQUEST);
usr/src/uts/common/xen/io/xdf.h
150
grant_ref_t gs_ge[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xdf.h
59
#define XB_MAX_XFER (XB_MAX_SEGLEN * BLKIF_MAX_SEGMENTS_PER_REQUEST)
usr/src/uts/common/xen/io/xpvtap.c
1185
grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];
usr/src/uts/common/xen/io/xpvtap.h
42
(BLKIF_RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE)
usr/src/uts/common/xen/io/xpvtap.h
51
((uintptr_t)base + (id * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE))
usr/src/uts/common/xen/public/io/blkif.h
107
struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];