Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvringh.c150 int *up_next, u16 *i, void *addr, in move_to_indirect() argument
157 if (*up_next != -1) { in move_to_indirect()
158 vringh_bad("Multilevel indirect %u->%u", *up_next, *i); in move_to_indirect()
170 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
172 *up_next = -2; in move_to_indirect()
207 static u16 __cold return_from_indirect(const struct vringh *vrh, int *up_next, in return_from_indirect() argument
210 u16 i = *up_next; in return_from_indirect()
212 *up_next = -1; in return_from_indirect()
265 int err, count = 0, up_next, desc_max; in __vringh_iov() local
273 up_next = -1; in __vringh_iov()
[all …]