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.