Searched refs:BLKIF_MAX_SEGMENTS_PER_REQUEST (Results 1 – 4 of 4) sorted by relevance
47 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()
623 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro653 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
229 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()
126 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()