Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c209 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_configure() local
219 intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_dev_configure()
383 struct rte_dpaa_device *dpaa_dev; in dpaa_interrupt_handler() local
389 intr_handle = &dpaa_dev->intr_handle; in dpaa_interrupt_handler()
437 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_close() local
461 intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_dev_close()
1087 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_rx_queue_setup() local
2149 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 …]
/f-stack/dpdk/drivers/bus/dpaa/
H A Drte_dpaa_bus.h110 struct rte_dpaa_device *dpaa_dev);
111 typedef int (*rte_dpaa_remove_t)(struct rte_dpaa_device *dpaa_dev);
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c3423 struct rte_dpaa_device *dpaa_dev) in cryptodev_dpaa_sec_probe() argument
3430 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() argument
3500 cryptodev = dpaa_dev->crypto_dev; in cryptodev_dpaa_sec_remove()