Skip to main content

build_pcie_device

Function build_pcie_device 

Source
pub async fn build_pcie_device(
    ctx: PciDeviceResolveContext<'_>,
    chipset_builder: &ChipsetBuilder<'_>,
    port_name: Arc<str>,
    dma_target: &DmaTarget,
) -> Result<()>
Expand description

Resolves a PCI device resource, builds the corresponding device, and attaches the device at the specified PCIe port.