MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / parse_msi_capabilities

Method parse_msi_capabilities

pci/src/vfio.rs:892–894  ·  view source on GitHub ↗
(&mut self, cap: u8)

Source from the content-addressed store, hash-verified

890 }
891
892 fn parse_msi_capabilities(&mut self, cap: u8) -> u16 {
893 self.vfio_wrapper.read_config_word((cap + 2).into())
894 }
895
896 fn initialize_msi(&mut self, msg_ctl: u16, cap_offset: u32, state: Option<MsiConfigState>) {
897 let interrupt_source_group = self

Callers 1

parse_capabilitiesMethod · 0.80

Calls 1

read_config_wordMethod · 0.80

Tested by

no test coverage detected