Searched refs:vfio_pci_config_readl (Results 1 – 2 of 2) sorted by relevance
70 errors = vfio_pci_config_readl(device, IOAT_PCI_CHANERR_INT_OFFSET); in ioat_clear_errors()73 errors = vfio_pci_config_readl(device, IOAT_PCI_DMAUNCERRSTS_OFFSET); in ioat_clear_errors()143 vfio_pci_config_readl(device, IOAT_PCI_CHANERR_INT_OFFSET), in ioat_handle_error()144 vfio_pci_config_readl(device, IOAT_PCI_DMAUNCERRSTS_OFFSET)); in ioat_handle_error()
57 #define vfio_pci_config_readl(_d, _o) vfio_pci_config_read(_d, _o, u32) macro