Lines Matching refs:dpaa2_dev
1113 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_start() local
1125 dpaa2_dev = container_of(rdev, struct rte_dpaa2_device, device); in dpaa2_dev_start()
1126 intr_handle = &dpaa2_dev->intr_handle; in dpaa2_dev_start()
2500 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_init() local
2535 dpaa2_dev = container_of(dev, struct rte_dpaa2_device, device); in dpaa2_dev_init()
2537 hw_id = dpaa2_dev->object_id; in dpaa2_dev_init()
2755 struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_probe() argument
2772 eth_dev = rte_eth_dev_allocate(dpaa2_dev->device.name); in rte_dpaa2_probe()
2789 eth_dev = rte_eth_dev_attach_secondary(dpaa2_dev->device.name); in rte_dpaa2_probe()
2796 eth_dev->device = &dpaa2_dev->device; in rte_dpaa2_probe()
2798 dpaa2_dev->eth_dev = eth_dev; in rte_dpaa2_probe()
2818 rte_dpaa2_remove(struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_remove() argument
2823 eth_dev = dpaa2_dev->eth_dev; in rte_dpaa2_remove()