Home
last modified time | relevance | path

Searched refs:up_next (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvringh.c187 int *up_next, u16 *i, void *addr, in move_to_indirect() argument
194 if (*up_next != -1) { in move_to_indirect()
195 vringh_bad("Multilevel indirect %u->%u", *up_next, *i); in move_to_indirect()
207 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
209 *up_next = -2; in move_to_indirect()
248 u16 i = *up_next; in return_from_indirect()
250 *up_next = -1; in return_from_indirect()
313 up_next = -1; in __vringh_iov()
362 if (up_next == -1) in __vringh_iov()
425 if (unlikely(up_next > 0)) { in __vringh_iov()
[all …]