Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c131 info->flags |= MSI_FLAG_MUST_REACTIVATE; in pci_msi_create_irq_domain()
166 # define MSI_REACTIVATE MSI_FLAG_MUST_REACTIVATE
/openbmc/linux/include/linux/
H A Dmsi.h543 MSI_FLAG_MUST_REACTIVATE = (1 << 3), enumerator
/openbmc/linux/kernel/irq/
H A Dmsi.c1168 if (!(info->flags & MSI_FLAG_MUST_REACTIVATE)) in msi_check_reservation_mode()