Home
last modified time | relevance | path

Searched defs:pvrdma_device_shared_region (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_dev_api.h272 struct pvrdma_device_shared_region { struct
273 u32 driver_version; /* W: Driver version. */
274 u32 pad; /* Pad to 8-byte align. */
275 struct pvrdma_gos_info gos_info; /* W: Guest OS information. */
276 u64 cmd_slot_dma; /* W: Command slot address. */
277 u64 resp_slot_dma; /* W: Response slot address. */
278 struct pvrdma_ring_page_info async_ring_pages;
280 struct pvrdma_ring_page_info cq_ring_pages;
282 u32 uar_pfn; /* W: UAR pageframe. */
283 u32 pad2; /* Pad to 8-byte align. */
[all …]