Lines Matching refs:dpaa2_dev
1183 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_start() local
1194 dpaa2_dev = container_of(rdev, struct rte_dpaa2_device, device); in dpaa2_dev_start()
1195 intr_handle = dpaa2_dev->intr_handle; in dpaa2_dev_start()
1294 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_stop() local
1296 dpaa2_dev = container_of(rdev, struct rte_dpaa2_device, device); in dpaa2_dev_stop()
1297 intr_handle = dpaa2_dev->intr_handle; in dpaa2_dev_stop()
2582 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_init() local
2617 dpaa2_dev = container_of(dev, struct rte_dpaa2_device, device); in dpaa2_dev_init()
2619 hw_id = dpaa2_dev->object_id; in dpaa2_dev_init()
2841 eth_dev->data->name, dpaa2_dev->ep_name); in dpaa2_dev_init()
2857 struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_probe() argument
2874 eth_dev = rte_eth_dev_allocate(dpaa2_dev->device.name); in rte_dpaa2_probe()
2890 eth_dev = rte_eth_dev_attach_secondary(dpaa2_dev->device.name); in rte_dpaa2_probe()
2897 eth_dev->device = &dpaa2_dev->device; in rte_dpaa2_probe()
2899 dpaa2_dev->eth_dev = eth_dev; in rte_dpaa2_probe()
2919 rte_dpaa2_remove(struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_remove() argument
2924 eth_dev = dpaa2_dev->eth_dev; in rte_dpaa2_remove()