Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c272 if (!pci_msi_enabled() || !pp->has_msi_ctrl) in dw_pcie_msi_init()
495 pp->has_msi_ctrl = !(pp->ops->msi_init || in dw_pcie_host_init()
503 if (!pp->has_msi_ctrl && !pp->num_vectors) { in dw_pcie_host_init()
515 } else if (pp->has_msi_ctrl) { in dw_pcie_host_init()
581 if (pp->has_msi_ctrl) in dw_pcie_host_init()
605 if (pp->has_msi_ctrl) in dw_pcie_host_deinit()
845 if (pp->has_msi_ctrl) { in dw_pcie_setup_rc()
H A Dpcie-designware.h391 bool has_msi_ctrl:1; member