Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.h482 void (*push_and_notify)(V9fsPDU *pdu); member
H A Dvirtio-9p-device.c200 .push_and_notify = virtio_9p_push_and_notify,
H A Dxen-9p-backend.c258 .push_and_notify = xen_9pfs_push_and_notify,
H A D9p.c1093 pdu->s->transport->push_and_notify(pdu); in pdu_complete()