search for: ivs_info

Displaying 2 results from an estimated 2 matches for "ivs_info".

Did you mean: irq_info
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...*) opaque; > + > + /* we have to do this explicitly when using MSI-X */ > + uio_event_notify(dev_info); > + printk(KERN_INFO "MSI-X interrupt (%d)\n", irq); > + return IRQ_HANDLED; > + > +} > + > +static int request_msix_vectors(struct ivshmem_info *ivs_info, int nvectors) > +{ > + int i, err; > + const char *name = "ivshmem"; > + > + printk(KERN_INFO "devname is %s\n", name); > + ivs_info->nvectors = nvectors; > + > + > + ivs_info->msix_entries = kmalloc(nvectors * sizeof *ivs_info-&g...
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...*) opaque; > + > + /* we have to do this explicitly when using MSI-X */ > + uio_event_notify(dev_info); > + printk(KERN_INFO "MSI-X interrupt (%d)\n", irq); > + return IRQ_HANDLED; > + > +} > + > +static int request_msix_vectors(struct ivshmem_info *ivs_info, int nvectors) > +{ > + int i, err; > + const char *name = "ivshmem"; > + > + printk(KERN_INFO "devname is %s\n", name); > + ivs_info->nvectors = nvectors; > + > + > + ivs_info->msix_entries = kmalloc(nvectors * sizeof *ivs_info-&g...