Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c278 if (!pci_msi_enabled() || !pp->has_msi_ctrl) in dw_pcie_msi_init()
451 pp->has_msi_ctrl = !(pp->ops->msi_host_init || in dw_pcie_host_init()
459 if (!pp->has_msi_ctrl && !pp->num_vectors) { in dw_pcie_host_init()
471 } else if (pp->has_msi_ctrl) { in dw_pcie_host_init()
514 if (pp->has_msi_ctrl) in dw_pcie_host_init()
536 if (pp->has_msi_ctrl) in dw_pcie_host_deinit()
748 if (pp->has_msi_ctrl) { in dw_pcie_setup_rc()
H A Dpcie-designware.h309 bool has_msi_ctrl:1; member