Lines Matching refs:offset
54 pub fn add(self, offset: usize) -> Self { in add()
55 Self(self.0 + offset) in add()
356 return Some(capability.offset); in msix_capability_offset()
365 return Some(capability.offset); in msi_capability_offset()
1489 pub offset: u8, field
1507 let offset = self.next_capability_offset?; in next() localVariable
1510 let capability_header = PciArch::read_config(&self.bus_device_function, offset); in next()
1525 offset, in next()
1537 pub offset: u16, field
1555 let offset = self.next_capability_offset?; in next() localVariable
1558 let capability_header = self.root.read_config(self.bus_device_function, offset); in next()
1573 offset, in next()