Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dvringh.c151 int *up_next, u16 *i, void *addr, in move_to_indirect() argument
158 if (*up_next != -1) { in move_to_indirect()
159 vringh_bad("Multilevel indirect %u->%u", *up_next, *i); in move_to_indirect()
171 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
173 *up_next = -2; in move_to_indirect()
208 static u16 __cold return_from_indirect(const struct vringh *vrh, int *up_next, in return_from_indirect() argument
211 u16 i = *up_next; in return_from_indirect()
213 *up_next = -1; in return_from_indirect()
266 int err, count = 0, up_next, desc_max; in __vringh_iov() local
274 up_next = -1; in __vringh_iov()
[all …]