Searched refs:dpaa2_dev (Results 1 – 5 of 5) sorted by relevance
134 struct rte_dpaa2_device *dpaa2_dev);135 typedef int (*rte_dpaa2_remove_t)(struct rte_dpaa2_device *dpaa2_dev);
364 struct rte_dpaa2_device *dpaa2_dev) in rte_fslmc_match() argument366 if (dpaa2_drv->drv_type == dpaa2_dev->dev_type) in rte_fslmc_match()
1113 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_start() local1125 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() local2537 hw_id = dpaa2_dev->object_id; in dpaa2_dev_init()2755 struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_probe() argument2772 eth_dev = rte_eth_dev_allocate(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[all …]
1781 struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_qdma_probe() argument1788 rawdev = rte_rawdev_pmd_allocate(dpaa2_dev->device.name, in rte_dpaa2_qdma_probe()1796 dpaa2_dev->rawdev = rawdev; in rte_dpaa2_qdma_probe()1798 rawdev->device = &dpaa2_dev->device; in rte_dpaa2_qdma_probe()1802 ret = dpaa2_dpdmai_dev_init(rawdev, dpaa2_dev->object_id); in rte_dpaa2_qdma_probe()1819 rte_dpaa2_qdma_remove(struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_qdma_remove() argument1821 struct rte_rawdev *rawdev = dpaa2_dev->rawdev; in rte_dpaa2_qdma_remove()
3839 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_sec_dev_init() local3850 dpaa2_dev = container_of(dev, struct rte_dpaa2_device, device); in dpaa2_sec_dev_init()3851 hw_id = dpaa2_dev->object_id; in dpaa2_sec_dev_init()3946 struct rte_dpaa2_device *dpaa2_dev) in cryptodev_dpaa2_sec_probe() argument3954 dpaa2_dev->object_id); in cryptodev_dpaa2_sec_probe()3972 dpaa2_dev->cryptodev = cryptodev; in cryptodev_dpaa2_sec_probe()3973 cryptodev->device = &dpaa2_dev->device; in cryptodev_dpaa2_sec_probe()3999 cryptodev_dpaa2_sec_remove(struct rte_dpaa2_device *dpaa2_dev) in cryptodev_dpaa2_sec_remove() argument4004 cryptodev = dpaa2_dev->cryptodev; in cryptodev_dpaa2_sec_remove()