Searched defs:HardwareIrqConfig (Results 1 – 2 of 2) sorted by relevance
6 pub(super) struct HardwareIrqConfig { struct7 pub apic_id: ApicId,8 pub vector: HardwareIrqNumber,
132 hw_irq_cfg: HardwareIrqConfig, in new()183 pub(super) fn irq_msi_compose_msg(cfg: &HardwareIrqConfig, msg: &mut MsiMsg, dmar: bool) { in irq_msi_compose_msg()