Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs58 const VIRTIO_PCI_CAP_NOTIFY_CFG: u8 = 2; constant
187 VIRTIO_PCI_CAP_NOTIFY_CFG if cap_len >= 20 && notify_cfg.is_none() => { in new()