Searched defs:rte_pci_driver (Results 1 – 2 of 2) sorted by relevance
161 struct rte_pci_driver { struct179 struct rte_pci_driver_list driver_list; /**< List of PCI drivers */ argument
131 struct rte_pci_driver { struct133 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