Home
last modified time | relevance | path

Searched defs:cfg_type (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member
/external/linux-kselftest/tools/testing/selftests/net/
Dtoeplitz.c75 static int cfg_type = SOCK_STREAM; variable
/external/rust/crates/virtio-drivers/src/transport/
Dpci.rs126 let cfg_type = (capability.private_header >> 8) as u8; in new() localVariable
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs95 pub cfg_type: u8, // Identifies the structure. field