Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Drdma.c2955 QIOChannelRDMA *rioc; member
3073 ssource->rioc = rioc; in qio_channel_rdma_create_watch()
3523 QIOChannelRDMA *rioc; in rdma_registration_handle() local
3858 QIOChannelRDMA *rioc; in rdma_registration_stop() local
3975 if (rioc->rdmain) { in qio_channel_rdma_finalize()
3980 if (rioc->rdmaout) { in qio_channel_rdma_finalize()
4020 rioc->file = qemu_file_new_input(QIO_CHANNEL(rioc)); in rdma_new_input()
4021 rioc->rdmain = rdma; in rdma_new_input()
4024 return rioc->file; in rdma_new_input()
4031 rioc->file = qemu_file_new_output(QIO_CHANNEL(rioc)); in rdma_new_output()
[all …]