Searched refs:BLKIF_MAX_SEGMENTS_PER_REQUEST (Results 1 – 9 of 9) sorted by relevance
62 #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];
42 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];66 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
42 (BLKIF_RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE)51 ((uintptr_t)base + (id * BLKIF_MAX_SEGMENTS_PER_REQUEST * PAGESIZE))
55 #define XB_MAX_XFER (XB_MAX_SEGLEN * BLKIF_MAX_SEGMENTS_PER_REQUEST)146 grant_ref_t gs_ge[BLKIF_MAX_SEGMENTS_PER_REQUEST];
243 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()
921 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()
169 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()
1189 grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xpvtap_user_request_map()
85 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro107 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];