Home
last modified time | relevance | path

Searched refs:pciehp_poll_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c61 if (pciehp_poll_mode) { in pciehp_request_irq()
79 if (pciehp_poll_mode) in pciehp_free_irq()
113 unsigned int msecs = pciehp_poll_mode ? 2500 : 1000; in pcie_wait_cmd()
571 if (pciehp_poll_mode) in pciehp_ignore_dpc_link_change()
600 (!(ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE) && !pciehp_poll_mode)) in pciehp_isr()
660 if (pci_dev_msi_enabled(pdev) && !pciehp_poll_mode) in pciehp_isr()
804 if (!pciehp_poll_mode) in pcie_enable_notification()
806 if (!pciehp_poll_mode && !NO_CMD_CMPL(ctrl)) in pcie_enable_notification()
H A Dpciehp_core.c33 bool pciehp_poll_mode; variable
40 module_param(pciehp_poll_mode, bool, 0644);
42 MODULE_PARM_DESC(pciehp_poll_mode, "Using polling mechanism for hot-plug events or not");
H A Dpciehp.h28 extern bool pciehp_poll_mode;
H A Dpciehp_ctrl.c138 if (!pciehp_poll_mode) in pciehp_request()