Lines Matching full:elements
77 * Specifies the maximum number of scatter/gather elements in grant pages
79 * SG elements specified directly in the request.
124 * seg[] array and the number of valid scsiif_request_segment elements is to be
128 * than VSCSIIF_SG_TABLESIZE scsiif_request_segment elements via indirection.
129 * The maximum number of allowed scsiif_request_segment elements is the value
135 * elements referencing the target data buffers is calculated from the lengths
136 * of the seg[] elements (the sum of all valid seg[].length divided by the
153 * Preset scatter/gather elements for a following request. Deprecated.
163 * elements needed, we decided to use 26 as a magic number.
165 * If "feature-sg-grant" is set, more scatter/gather elements can be specified
167 * In this case the vscsiif_request seg elements don't contain references to
168 * the user data, but to the SG elements referencing the user data.
204 * flag in nr_segments: SG elements via grant page
207 * of grant pages containing SG elements. Usable if "feature-sg-grant" set.