Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs5 PciStandardDeviceBar, PCI_CAP_ID_VNDR,
116 if capability.id != PCI_CAP_ID_VNDR { in new()
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs149 pub const PCI_CAP_ID_VNDR: u8 = 0x09; constant