Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c282 x_end = vdev->msix_offset + vdev->msix_size; in vfio_pci_bar_rw()
440 pos >= vdev->msix_offset + vdev->msix_size)) in vfio_pci_ioeventfd()
H A Dvfio_pci_core.c530 vdev->msix_size = ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) * 16; in vfio_pci_core_enable()
/linux/include/linux/
H A Dvfio_pci_core.h68 u16 msix_size; member