How can I Get the Vendor ID and Device ID from the given PCI address on the VMware ESXi host?
Might be able to find if you connect to ESXi Host via SSH, there you can run the the following command:
lspci -v | grep -e "^[0-9a-f]\{4\}:[0-9a-f]\{2\}\.[0-9a-f]\{2\}"
this should output the vendor and device ID's