Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-designware-host.c280 if (!pci_msi_enabled() || !pp->has_msi_ctrl) in dw_pcie_msi_init()
339 pp->has_msi_ctrl = !(pp->ops->msi_host_init || in dw_pcie_host_init()
354 } else if (pp->has_msi_ctrl) { in dw_pcie_host_init()
420 if (pp->has_msi_ctrl) in dw_pcie_host_init()
430 if (pp->has_msi_ctrl) in dw_pcie_host_deinit()
538 if (pp->has_msi_ctrl) { in dw_pcie_setup_rc()
Dpcie-designware.h181 bool has_msi_ctrl:1; member