Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dvfio_pci.rs472 let mut cap_next: u32 = config.read_config_byte(PCI_CAPABILITY_LIST).into(); in new() localVariable
473 while cap_next != 0 { in new()
474 let cap_id = config.read_config_byte(cap_next); in new()
477 msi_cap = Some(VfioMsiCap::new(&config, cap_next, msi_socket)); in new()
481 msix_cap = Some(VfioMsixCap::new(&config, cap_next, msix_socket)); in new()
484 let offset = cap_next + PCI_MSI_NEXT_POINTER; in new()
485 cap_next = config.read_config_byte(offset).into(); in new()
/external/kernel-headers/original/uapi/linux/
Dvirtio_pci.h122 __u8 cap_next; /* Generic PCI field: next ptr. */ member
/external/protobuf/php/ext/google/protobuf/
Ddef.c76 bool cap_next = true; in append_map_entry_name() local
81 cap_next = true; in append_map_entry_name()
82 } else if (cap_next) { in append_map_entry_name()
89 cap_next = false; in append_map_entry_name()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc97 bool cap_next = true; in MapEntryName() local
100 cap_next = true; in MapEntryName()
101 } else if (cap_next) { in MapEntryName()
108 cap_next = false; in MapEntryName()