Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxdb.h62 #define XDB_MAX_IO_PAGES(v) ((v)->xs_nentry * BLKIF_MAX_SEGMENTS_PER_REQUEST)
66 * BLKIF_MAX_SEGMENTS_PER_REQUEST \
99 xdb_seg_t xr_segs[BLKIF_MAX_SEGMENTS_PER_REQUEST];
101 grant_handle_t xr_page_hdls[BLKIF_MAX_SEGMENTS_PER_REQUEST];
102 struct page xr_plist[BLKIF_MAX_SEGMENTS_PER_REQUEST];
103 struct page *xr_pplist[BLKIF_MAX_SEGMENTS_PER_REQUEST];
H A Dblkif_impl.h42 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
66 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
H A Dxpvtap.h42 (BLKIF_RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE)
51 ((uintptr_t)base + (id * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE))
H A Dxdf.h55 #define XB_MAX_XFER (XB_MAX_SEGLEN * BLKIF_MAX_SEGMENTS_PER_REQUEST)
146 grant_ref_t gs_ge[BLKIF_MAX_SEGMENTS_PER_REQUEST];
H A Dxdb.c243 gnttab_map_grant_ref_t mapops[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xdb_get_buf()
280 if (segs > BLKIF_MAX_SEGMENTS_PER_REQUEST) in xdb_get_buf()
282 BLKIF_MAX_SEGMENTS_PER_REQUEST; in xdb_get_buf()
635 gnttab_unmap_grant_ref_t unmapops[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xdb_biodone()
670 ASSERT(segs <= BLKIF_MAX_SEGMENTS_PER_REQUEST); in xdb_biodone()
1952 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_32_req()
1967 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_64_req()
H A Dblk_common.c921 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blk_ring_request_32()
940 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blk_ring_request_64()
H A Dxdf.c169 BLKIF_MAX_SEGMENTS_PER_REQUEST, /* maximum number of segments */
220 BLKIF_MAX_SEGMENTS_PER_REQUEST, &gh) == -1) { in gs_get()
227 BLKIF_MAX_SEGMENTS_PER_REQUEST); in gs_get()
270 ASSERT(gs->gs_ngrefs < BLKIF_MAX_SEGMENTS_PER_REQUEST); in gs_grant()
1314 ASSERT(seg <= BLKIF_MAX_SEGMENTS_PER_REQUEST); in xdf_process_rreq()
H A Dxpvtap.c1189 grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xpvtap_user_request_map()
/titanic_50/usr/src/uts/common/xen/public/io/
H A Dblkif.h85 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro
107 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];