Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.c4084 static CoroutineEntry *pdu_co_handlers[] = { variable
4170 if (pdu->id >= ARRAY_SIZE(pdu_co_handlers) || in pdu_submit()
4171 (pdu_co_handlers[pdu->id] == NULL)) { in pdu_submit()
4176 handler = pdu_co_handlers[pdu->id]; in pdu_submit()