Home
last modified time | relevance | path

Searched refs:rte_pci_driver (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/env_dpdk/22.07/
H A Drte_bus_pci.h36 struct rte_pci_driver;
41 RTE_TAILQ_HEAD(rte_pci_driver_list, rte_pci_driver);
73 struct rte_pci_driver *driver; /**< PCI driver used in probing */
113 typedef int (rte_pci_probe_t)(struct rte_pci_driver *, struct rte_pci_device *);
161 struct rte_pci_driver { struct
162 RTE_TAILQ_ENTRY(rte_pci_driver) next; /**< Next in list. */
271 void rte_pci_register(struct rte_pci_driver *driver);
289 void rte_pci_unregister(struct rte_pci_driver *driver);
/spdk/lib/env_dpdk/22.11/
H A Dbus_pci_driver.h42 struct rte_pci_driver *driver; /**< PCI driver used in probing */
83 typedef int (rte_pci_probe_t)(struct rte_pci_driver *, struct rte_pci_device *);
131 struct rte_pci_driver { struct
132 RTE_TAILQ_ENTRY(rte_pci_driver) next; /**< Next in list. */
165 void rte_pci_register(struct rte_pci_driver *driver);
184 void rte_pci_unregister(struct rte_pci_driver *driver);
H A Drte_bus_pci.h32 struct rte_pci_driver;