Re: Acquiring MSI vector physical address from kernel driver
March 29, 2016
10:42 a.m.
In the following code, msi lower address, higher address and data is written to msi_desc corresponding to a msi vector. http://lxr.free-electrons.com/source/drivers/pci/msi.c#L311 We can get the msi message from irq using irq_get_msi_desc(). http://lxr.free-electrons.com/source/drivers/pci/msi.c#L349 struct msi_desc *entry = irq_get_msi_desc(irq); Regards Manoj Nayak
3790
Age (days ago)
3790
Last active (days ago)
0 comments
1 participants
participants (1)
-
Manoj Nayak