Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs6 PciStandardDeviceBar, PCI_CAP_ID_VNDR,
160 if capability.id != PCI_CAP_ID_VNDR { in new()
/DragonOS/kernel/src/driver/pci/
H A Dpci.rs192 pub const PCI_CAP_ID_VNDR: u8 = 0x09; constant