1@@ -101,20 +101,6 @@ off_t rte_pci_find_ext_capability(struct rte_pci_device *dev, uint32_t cap); 2 __rte_experimental 3 int rte_pci_set_bus_master(struct rte_pci_device *dev, bool enable); 4 5-/** 6- * Enable/Disable PASID (Process Address Space ID). 7- * 8- * @param dev 9- * A pointer to a rte_pci_device structure. 10- * @param offset 11- * Offset of the PASID external capability. 12- * @param enable 13- * Flag to enable or disable PASID. 14- */ 15-__rte_internal 16-int rte_pci_pasid_set_state(const struct rte_pci_device *dev, 17- off_t offset, bool enable); 18- 19 /** 20 * Read PCI config space. 21 * 22