I must support multi card of some pci device in driver. (all card is
same..)
Because interrupt is sharable, 2 or 3 card can get same interrupt
number.
So, I want to know pci info - as example, devfn in struct pci_dev -
which
cause this interrupt When ISR is entered. Thanks for reading, have a
nice day!