Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_vio.c186 if (!dev->crq.SendFunc) { in h_reg_crq()
245 if (dev->crq.SendFunc) { in h_send_crq()
246 return dev->crq.SendFunc(dev, (uint8_t *)crq_mangle); in h_send_crq()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_vio.h43 int(*SendFunc)(struct SpaprVioDevice *vdev, uint8_t *crq); member
/openbmc/qemu/hw/tpm/
H A Dtpm_spapr.c383 dev->crq.SendFunc = tpm_spapr_do_crq; in tpm_spapr_realizefn()
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c1218 dev->crq.SendFunc = vscsi_do_crq; in spapr_vscsi_realize()