Lines Matching full:indirect
155 * Recognized if "feature-max-indirect-segments" in present in the backend
156 * xenbus info. The "feature-max-indirect-segments" node contains the maximum
160 * maximum number of indirect segments is fixed by the backend, but the
161 * frontend can issue requests with any number of indirect segments as long as
164 * grant references of the pages that are holding the indirect segments.
166 * information about the segments. The number of indirect pages to use is
167 * determined by the number of segments an indirect request contains. Every
168 * indirect page can contain a maximum of
170 * calculate the number of indirect pages to use we have to do
174 * create the "feature-max-indirect-segments" node!
231 uint32_t _pad1; /* offsetof(blkif_...,u.indirect.id) == 8 */
251 struct blkif_request_indirect indirect; member