Searched refs:PcirStruct (Results 1 – 1 of 1) sorted by relevance
304 struct PcirStruct { struct332 unsafe impl FromBytes for PcirStruct {} implementation334 impl PcirStruct { impl336 let (pcir, _) = PcirStruct::from_bytes_copy_prefix(data).ok_or(EINVAL)?; in new()594 pcir: &PcirStruct, in find_in_data() argument668 pcir: PcirStruct,723 .get(pcir_offset..pcir_offset + core::mem::size_of::<PcirStruct>()) in new()738 let pcir = PcirStruct::new(dev, pcir_data) in new()