Home
last modified time | relevance | path

Searched refs:AllocateOneMsiSend (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dmsix.rs68 AllocateOneMsiSend(TubeError), enumerator
83 AllocateOneMsiSend(e) => write!(f, "failed to send AllocateOneMsi request: {}", e), in fmt()
241 .map_err(MsixError::AllocateOneMsiSend)?; in msix_enable()
/external/crosvm/devices/src/irqchip/
Dioapic.rs387 .map_err(IoapicError::AllocateOneMsiSend)?; in setup_msi()
455 AllocateOneMsiSend(TubeError), enumerator
471 AllocateOneMsiSend(e) => write!(f, "failed to send AllocateOneMsi request: {}", e), in fmt()