Searched refs:dpaa_dev (Results 1 – 3 of 3) sorted by relevance
209 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_configure() local219 intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_dev_configure()383 struct rte_dpaa_device *dpaa_dev; in dpaa_interrupt_handler() local389 intr_handle = &dpaa_dev->intr_handle; in dpaa_interrupt_handler()437 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_close() local461 intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_dev_close()1087 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_rx_queue_setup() local2149 eth_dev->device = &dpaa_dev->device; in rte_dpaa_probe()2214 eth_dev->device = &dpaa_dev->device; in rte_dpaa_probe()2215 dpaa_dev->eth_dev = eth_dev; in rte_dpaa_probe()[all …]
110 struct rte_dpaa_device *dpaa_dev);111 typedef int (*rte_dpaa_remove_t)(struct rte_dpaa_device *dpaa_dev);
3423 struct rte_dpaa_device *dpaa_dev) in cryptodev_dpaa_sec_probe() argument3430 snprintf(cryptodev_name, sizeof(cryptodev_name), "%s", dpaa_dev->name); in cryptodev_dpaa_sec_probe()3448 dpaa_dev->crypto_dev = cryptodev; in cryptodev_dpaa_sec_probe()3449 cryptodev->device = &dpaa_dev->device; in cryptodev_dpaa_sec_probe()3495 cryptodev_dpaa_sec_remove(struct rte_dpaa_device *dpaa_dev) in cryptodev_dpaa_sec_remove() argument3500 cryptodev = dpaa_dev->crypto_dev; in cryptodev_dpaa_sec_remove()