Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vhost/
Dvringh.c160 int *up_next, u16 *i, void *addr, in move_to_indirect() argument
167 if (*up_next != -1) { in move_to_indirect()
168 vringh_bad("Multilevel indirect %u->%u", *up_next, *i); in move_to_indirect()
180 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
182 *up_next = -2; in move_to_indirect()
217 static u16 __cold return_from_indirect(const struct vringh *vrh, int *up_next, in return_from_indirect() argument
220 u16 i = *up_next; in return_from_indirect()
222 *up_next = -1; in return_from_indirect()
277 int err, count = 0, up_next, desc_max; in __vringh_iov() local
285 up_next = -1; in __vringh_iov()
[all …]