Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvirtio_pmem.h24 struct virtio_pmem_resp { struct
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pmem.h31 struct virtio_pmem_resp { struct
/openbmc/linux/drivers/nvdimm/
H A Dvirtio_pmem.h20 struct virtio_pmem_resp resp;
/openbmc/qemu/hw/virtio/
H A Dvirtio-pmem.c35 struct virtio_pmem_resp resp;
59 &req_data->resp, sizeof(struct virtio_pmem_resp)); in done_cb()