Lines Matching refs:index
94 .index = idx,
1634 /* Forget the cached index value. */
1638 s.index = idx;
1701 s.index = idx;
2232 vq_err(vq, "Guest moved used index from %u to %u",
2250 * the index we've seen. */
2262 vq_err(vq, "Guest says index %u > %u is available",
2276 vq_err(vq, "Desc index is %u > %u, head = %u",
2339 /* On success, increment avail index. */
2343 * if they aren't we would need to update avail_event index. */
2393 * used index might wrap around. If that happens, invalidate
2394 * signalled_used index we stored. TODO: make sure driver
2419 /* Make sure buffer is written before we update index. */
2428 /* Log used index update. */
2443 /* Flush out used index updates. This is paired
2541 vq_err(vq, "Failed to update avail event index at %p: %d\n",