Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MSI (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs150 pub const PCI_CAP_ID_MSI: u8 = 0x05; constant
364 if capability.id == PCI_CAP_ID_MSI { in msi_capability_offset()