Searched refs:MsixResult (Results 1 – 1 of 1) sorted by relevance
88 type MsixResult<T> = std::result::Result<T, MsixError>; typedef205 fn add_msi_route(&self, index: u16, gsi: u32) -> MsixResult<()> { in add_msi_route() argument234 fn msix_enable(&mut self) -> MsixResult<()> { in msix_enable() argument