Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/pci/
H A Dpci.rs194 pub const PCI_CAP_ID_MSIX: u8 = 0x11; constant
398 if capability.id == PCI_CAP_ID_MSIX { in msix_capability_offset()