Struct pci_driver::interrupts::PciInterruptMechanism
source · pub struct PciInterruptMechanism<'a> { /* private fields */ }
Expand description
Gives you control over a PCI device’s specific interrupt mechanism, which may be INTx, MSI, or MSI-X.
Implementations§
source§impl PciInterruptMechanism<'_>
impl PciInterruptMechanism<'_>
sourcepub fn max(&self) -> usize
pub fn max(&self) -> usize
Maximum number of vectors that may be enabled for this particular interrupt mechanism.