Searched refs:vfio_pci_config_readw (Results 1 – 2 of 2) sorted by relevance
56 #define vfio_pci_config_readw(_d, _o) vfio_pci_config_read(_d, _o, u16) macro119 return (vendor_id == vfio_pci_config_readw(device, PCI_VENDOR_ID)) && in vfio_pci_device_match()120 (device_id == vfio_pci_config_readw(device, PCI_DEVICE_ID)); in vfio_pci_device_match()
66 command = vfio_pci_config_readw(self->device, PCI_COMMAND); in TEST_F()70 command = vfio_pci_config_readw(self->device, PCI_COMMAND); in TEST_F()75 command = vfio_pci_config_readw(self->device, PCI_COMMAND); in TEST_F()