Lines Matching refs:dpaa_dev
209 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_configure() local
218 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_eth_dev_configure()
219 intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_dev_configure()
383 struct rte_dpaa_device *dpaa_dev; in dpaa_interrupt_handler() local
388 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_interrupt_handler()
389 intr_handle = &dpaa_dev->intr_handle; in dpaa_interrupt_handler()
437 struct rte_dpaa_device *dpaa_dev; in dpaa_eth_dev_close() local
460 dpaa_dev = container_of(rdev, struct rte_dpaa_device, device); in dpaa_eth_dev_close()
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
1090 dpaa_dev = container_of(rdev, struct rte_dpaa_device, in dpaa_eth_rx_queue_setup()
1092 dev->intr_handle = &dpaa_dev->intr_handle; in dpaa_eth_rx_queue_setup()
2123 struct rte_dpaa_device *dpaa_dev) in rte_dpaa_probe() argument
2146 eth_dev = rte_eth_dev_attach_secondary(dpaa_dev->name); in rte_dpaa_probe()
2149 eth_dev->device = &dpaa_dev->device; in rte_dpaa_probe()
2200 eth_dev = rte_eth_dev_allocate(dpaa_dev->name); 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()
2236 rte_dpaa_remove(struct rte_dpaa_device *dpaa_dev) in rte_dpaa_remove() argument
2243 eth_dev = dpaa_dev->eth_dev; in rte_dpaa_remove()