Query: pci_enable_msi_block
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_ENABLE_MSI_BLOCK(9) Hardware Interfaces PCI_ENABLE_MSI_BLOCK(9)NAMEpci_enable_msi_block - configure device's MSI capability structureSYNOPSISint pci_enable_msi_block(struct pci_dev * dev, int nvec);ARGUMENTSdev device to configure nvec number of interrupts to configureDESCRIPTIONAllocate IRQs for a device with the MSI capability. This function returns a negative errno if an error occurs. If it is unable to allocate the number of interrupts requested, it returns the number of interrupts it might be able to allocate. If it successfully allocates at least the number of interrupts requested, it returns 0 and updates the dev's irq member to the lowest new interrupt number; the other interrupt numbers allocated to this device are consecutive.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_ENABLE_MSI_BLOCK(9)
Related Man Pages |
---|
ddi_intr_free(9f) - sunos |
ddi_intr_free(9f) - suse |
ddi_intr_alloc(9f) - plan9 |
ddi_intr_alloc(9f) - v7 |
ddi_intr_free(9f) - v7 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |