Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs163 let cap_len = capability.private_header as u8; in new() localVariable
165 if cap_len < 16 { in new()
187 VIRTIO_PCI_CAP_NOTIFY_CFG if cap_len >= 20 && notify_cfg.is_none() => { in new()