Searched defs:cap_next (Results 1 – 6 of 6) sorted by relevance
122 __u8 cap_next; /* Generic PCI field: next ptr. */ member
347 let mut cap_next: u8 = host_config.read_config(CAPABILITY_LIST_HEAD_OFFSET as u64); in new() localVariable
93 pub cap_next: u8, // Generic PCI field: next ptr field
99 bool cap_next = true; in MapEntryName() local
100 bool cap_next = true; in MapEntryName() local
731 let mut cap_next: u32 = config.read_config::<u8>(PCI_CAPABILITY_LIST).into(); in new() localVariable