class MsixInterruptDispatcherImpl

Defined at line 171 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 243 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc

void ~MsixInterruptDispatcherImpl ()

Defined at line 287 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc

void MaskInterrupt ()

Defined at line 269 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc

void UnmaskInterrupt ()

Defined at line 278 of file ../../zircon/kernel/object/msi_interrupt_dispatcher.cc