Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c269 uint32_t pci_access_width = sizeof(uint32_t); in vfu_object_cfg_access() local
282 len = (bytes > pci_access_width) ? pci_access_width : bytes; in vfu_object_cfg_access()