Searched refs:PciCapMsi (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_caps.cpp189 PciCapMsi::PciCapMsi(const PcieDevice& dev, uint16_t base, uint8_t id) function in class:PciCapMsi
318 cap = irq_.msi = new (&ac) PciCapMsi(*this, cap_offset, id); break;
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_caps.h207 class PciCapMsi : public PciStdCapability { class in inherits:PciStdCapability
224 PciCapMsi(const PcieDevice& dev, uint16_t base, uint8_t id);
225 ~PciCapMsi() {}
241 // PciCapMsi. This should be refactored.
H A Dpcie_device.h458 PciCapMsi* msi = nullptr;

Completed in 29 milliseconds