Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/msi/
H A Dmsi.h6 #define msix_table_size(flags) ((flags & PCI_MSIX_FLAGS_QSIZE) + 1)
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c284 val &= PCI_MSIX_FLAGS_QSIZE; in cdns_pcie_ep_get_msix()
302 val &= ~PCI_MSIX_FLAGS_QSIZE; in cdns_pcie_ep_set_msix()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c395 val &= PCI_MSIX_FLAGS_QSIZE; in dw_pcie_ep_get_msix()
419 val &= ~PCI_MSIX_FLAGS_QSIZE; in dw_pcie_ep_set_msix()
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c551 total_entries = control & PCI_MSIX_FLAGS_QSIZE; in xen_pt_msix_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h324 #define PCI_MSIX_FLAGS_QSIZE 0x07FF /* Table size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h325 #define PCI_MSIX_FLAGS_QSIZE 0x07FF /* Table size */ macro
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c365 return (control & PCI_MSIX_FLAGS_QSIZE) + 1; in qpci_msix_table_size()
/openbmc/qemu/hw/pci/
H A Dmsix.c328 if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) { in msix_init()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c534 vdev->msix_size = ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) * 16; in vfio_pci_core_enable()
762 return (flags & PCI_MSIX_FLAGS_QSIZE) + 1; in vfio_pci_get_irq_count()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c896 pbdev->msix.entries = (ctrl & PCI_MSIX_FLAGS_QSIZE) + 1; in s390_pci_msix_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2552 num_queues = MIN(num_queues, PCI_MSIX_FLAGS_QSIZE - fixed_queues); in virtio_pci_optimal_num_queues()
/openbmc/qemu/hw/vfio/
H A Dpci.c1593 msix->entries = (ctrl & PCI_MSIX_FLAGS_QSIZE) + 1; in vfio_msix_early_setup()
/openbmc/qemu/hw/nvme/
H A Dctrl.c7287 pci_set_word_by_mask(config + PCI_MSIX_FLAGS, PCI_MSIX_FLAGS_QSIZE, in nvme_update_msixcap_ts()
8021 params->msix_qsize > PCI_MSIX_FLAGS_QSIZE + 1) { in nvme_check_params()
8023 PCI_MSIX_FLAGS_QSIZE + 1); in nvme_check_params()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2213 ha->msix_count = (msix & PCI_MSIX_FLAGS_QSIZE) + 1; in qla83xx_iospace_config()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13572 index = control & PCI_MSIX_FLAGS_QSIZE; in bnx2x_get_num_non_def_sbs()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13293 return (ctrl & PCI_MSIX_FLAGS_QSIZE) + 1; in bnxt_get_max_irq()