Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport.rs10 pci_irq::{IrqCommonMsg, IrqSpecificMsg, PciInterrupt, PciIrqError, PciIrqMsg, IRQ},
43 irq_common_message: IrqCommonMsg::init_from( in setup_irq()
/DragonOS/kernel/src/driver/pci/
H A Dpci_irq.rs78 pub irq_common_message: IrqCommonMsg,
84 pub struct IrqCommonMsg { struct
92 impl IrqCommonMsg { argument
99 IrqCommonMsg { in init_from()
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e.rs22 use crate::driver::pci::pci_irq::{IrqCommonMsg, IrqSpecificMsg, PciInterrupt, PciIrqMsg, IRQ};
232 irq_common_message: IrqCommonMsg::init_from( in new()