⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

configure_msix

Function configure_msix 

Source
pub fn configure_msix(
    _msix: &MsixCapability,
    _mmio_base: u64,
    _num_vectors: u16,
) -> Result<(), KernelError>
Expand description

Configure MSI-X for the xHCI controller.

This is a stub that will be filled in when the full PCI MSI-X infrastructure is available.