Home
last modified time | relevance | path

Searched defs:rte_pci_driver (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/env_dpdk/22.07/
H A Drte_bus_pci.h161 struct rte_pci_driver { struct
179 struct rte_pci_driver_list driver_list; /**< List of PCI drivers */ argument
/spdk/lib/env_dpdk/22.11/
H A Dbus_pci_driver.h131 struct rte_pci_driver { struct
133 struct rte_driver driver; /**< Inherit core driver. */
134 rte_pci_probe_t *probe; /**< Device probe function. */
135 rte_pci_remove_t *remove; /**< Device remove function. */
136 pci_dma_map_t *dma_map; /**< device dma map function. */
137 pci_dma_unmap_t *dma_unmap; /**< device dma unmap function. */
161 * A pointer to a rte_pci_driver structure describing the driver argument