class MsixInterruptDispatcherImpl
Defined at line 158 of file ../../zircon/kernel/object/include/object/msi_interrupt_dispatcher.h
Public Methods
void MsixInterruptDispatcherImpl (fbl::RefPtr<MsiAllocation> alloc, uint32_t base_irq_id, uint32_t msi_id, fbl::RefPtr<VmMapping> mapping, zx_off_t table_offset, RegisterIntFn register_int_fn)
Defined at line 241 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc
void ~MsixInterruptDispatcherImpl ()
Defined at line 278 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc
void MaskInterrupt ()
Defined at line 266 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc
void UnmaskInterrupt ()
Defined at line 272 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc