Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c598 u16 ignored_events) in pciehp_ignore_link_change() argument
606 atomic_and(~ignored_events, &ctrl->pending_events); in pciehp_ignore_link_change()
609 ignored_events); in pciehp_ignore_link_change()
619 pciehp_request(ctrl, ignored_events); in pciehp_ignore_link_change()
772 u16 ignored_events = PCI_EXP_SLTSTA_DLLSC; in pciehp_ist() local
775 ignored_events |= PCI_EXP_SLTSTA_PDC; in pciehp_ist()
777 events &= ~ignored_events; in pciehp_ist()
778 pciehp_ignore_link_change(ctrl, pdev, irq, ignored_events); in pciehp_ist()