Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvfio_pci_core.h66 u8 msi_qmax; member
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1138 /* Update max available queue size from msi_qmax */ in vfio_msi_config_read()
1148 *flags |= cpu_to_le16(vdev->msi_qmax << 1); in vfio_msi_config_read()
1179 if ((flags & PCI_MSI_FLAGS_QSIZE) >> 4 > vdev->msi_qmax) { in vfio_msi_config_write()
1181 flags |= vdev->msi_qmax << 4; in vfio_msi_config_write()