Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-designware-host.c277 if (!pci_msi_enabled() || !pp->has_msi_ctrl) in dw_pcie_msi_init()
446 pp->has_msi_ctrl = !(pp->ops->msi_host_init || in dw_pcie_host_init()
454 if (!pp->has_msi_ctrl && !pp->num_vectors) { in dw_pcie_host_init()
466 } else if (pp->has_msi_ctrl) { in dw_pcie_host_init()
502 if (pp->has_msi_ctrl) in dw_pcie_host_init()
522 if (pp->has_msi_ctrl) in dw_pcie_host_deinit()
708 if (pp->has_msi_ctrl) { in dw_pcie_setup_rc()
Dpcie-designware.h232 bool has_msi_ctrl:1; member