Is there any method of reading and writing more than 1 DW from the user-space of PCI device?
I am currently using https://github.com/numato-viya/pcimem this code for accessing the data from the user space of the PCI device but the limitation of this code is it can access only 1 DW from the Userspace. But I want to access more than one DW from the userspace in one TLP. Can you help me how to access more than 1DW in one TLP?