Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p.c4162 static CoroutineEntry *pdu_co_handlers[] = { variable
4248 if (pdu->id >= ARRAY_SIZE(pdu_co_handlers) || in pdu_submit()
4249 (pdu_co_handlers[pdu->id] == NULL)) { in pdu_submit()
4254 handler = pdu_co_handlers[pdu->id]; in pdu_submit()