Searched defs:StubPciParameters (Results 1 – 1 of 1) sorted by relevance
93 pub struct StubPciParameters { struct94 pub address: PciAddress,96 pub vendor: u16,98 pub device: u16,100 pub class: PciClassParameters,102 pub subsystem_vendor: u16,104 pub subsystem_device: u16,106 pub revision: u8,244 fn from_stub_arg(options: &str) -> std::result::Result<StubPciParameters, ParseError> { in from_stub_arg()