I don’t use Xen as my primary virtualization technology so don’t typically use this this feature, but IMO the xen.org article on PCI pass through looks like a good place to start. Note that it describes <two> possible ways for PCI pass-through to be implemented, either as compiled within the core kernel or as a module. Xen PCI Passthrough - Xen
eg, check to see if a module exists
modprobe xen-pciback
If that command returns empty, then it’s built into your kernel so you can use the “Static assignment” method. Otherwise, you’d have to follow the instructions to implement Dynamic assignment.
If this helps, be sure to post back here what was successful.
BTW - In the wiki.xen.org link above, do a search on the page for “suse” to find specific Suse/openSUSE info.
Its not really helpful because it is a common Xen-web-side. Unfortunately SUSE has his own way to setup and use other folders. The information at the Xen-web-side seems to belong to older SUSE version or enterprise version.