1HT_CREATE_IRQ(9) Hardware Interfaces HT_CREATE_IRQ(9)
2
3
4
6 ht_create_irq - create an irq and attach it to a device.
7
9 int ht_create_irq(struct pci_dev * dev, int idx);
10
12 dev
13 The hypertransport device to find the irq capability on.
14
15 idx
16 Which of the possible irqs to attach to.
17
19 ht_create_irq needs to be called for all hypertransport devices that
20 generate irqs.
21
22 The irq number of the new irq or a negative error value is returned.
23
25Kernel Hackers Manual 3.10 June 2019 HT_CREATE_IRQ(9)