Searched defs:PciDeviceStructureHeader (Results 1 – 1 of 1) sorted by relevance
282 fn common_header(&self) -> &PciDeviceStructureHeader; in common_header()321 fn common_header_mut(&mut self) -> &mut PciDeviceStructureHeader; in common_header_mut()338 pub struct PciDeviceStructureHeader { struct340 pub msix_mmio_vaddr: u64,341 pub msix_mmio_size: u64, // msix映射长度342 pub msix_offset: u32, // msix表的offset343 pub msix_table_size: u16, // msix表的表项数量367 pub common_header: PciDeviceStructureHeader, argument392 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header()396 fn common_header_mut(&mut self) -> &mut PciDeviceStructureHeader { in common_header_mut()[all …]