Home
last modified time | relevance | path

Searched defs:PciIrqMsg (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Dpci_irq.rs77 pub struct PciIrqMsg { struct
78 pub irq_common_message: IrqCommonMsg,
79 pub irq_specific_message: IrqSpecificMsg,
/DragonOS/kernel/src/exception/
H A Dmsi.rs98 pci_msg: PciIrqMsg, in new()