Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Drdma.c69 #define RDMA_CAPABILITY_PIN_ALL 0x01 macro
75 static uint32_t known_capabilities = RDMA_CAPABILITY_PIN_ALL;
2549 cap.flags |= RDMA_CAPABILITY_PIN_ALL; in qemu_rdma_connect()
2593 if (rdma->pin_all && !(cap.flags & RDMA_CAPABILITY_PIN_ALL)) { in qemu_rdma_connect()
3398 if (cap.flags & RDMA_CAPABILITY_PIN_ALL) { in qemu_rdma_accept()