Lines Matching refs:dpaa_dev
201 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_configure() local
211 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_eth_dev_configure()
212 intr_handle = dpaa_dev->intr_handle; in dpaa_eth_dev_configure()
377 struct rte_dpaa_device *dpaa_dev; in dpaa_interrupt_handler() local
382 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_interrupt_handler()
383 intr_handle = dpaa_dev->intr_handle; in dpaa_interrupt_handler()
435 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_close() local
458 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_eth_dev_close()
459 intr_handle = dpaa_dev->intr_handle; in dpaa_eth_dev_close()
1091 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_rx_queue_setup() local
1094 dpaa_dev = container_of(rdev, struct rte_dpaa_device, in dpaa_eth_rx_queue_setup()
1096 dev->intr_handle = dpaa_dev->intr_handle; in dpaa_eth_rx_queue_setup()
2124 struct rte_dpaa_device *dpaa_dev) in rte_dpaa_probe() argument
2147 eth_dev = rte_eth_dev_attach_secondary(dpaa_dev->name); in rte_dpaa_probe()
2150 eth_dev->device = &dpaa_dev->device; in rte_dpaa_probe()
2201 eth_dev = rte_eth_dev_allocate(dpaa_dev->name); in rte_dpaa_probe()
2215 eth_dev->device = &dpaa_dev->device; in rte_dpaa_probe()
2216 dpaa_dev->eth_dev = eth_dev; in rte_dpaa_probe()
2235 rte_dpaa_remove(struct rte_dpaa_device *dpaa_dev) in rte_dpaa_remove() argument
2242 eth_dev = dpaa_dev->eth_dev; in rte_dpaa_remove()