Searched refs:IrqCommonMsg (Results 1 – 3 of 3) sorted by relevance
/DragonOS/kernel/src/driver/virtio/ |
H A D | transport.rs | 10 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 D | pci_irq.rs | 78 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 D | e1000e.rs | 22 use crate::driver::pci::pci_irq::{IrqCommonMsg, IrqSpecificMsg, PciInterrupt, PciIrqMsg, IRQ}; 232 irq_common_message: IrqCommonMsg::init_from( in new()
|