Home
last modified time | relevance | path

Searched refs:dpaa2_dev (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_recycle.c614 struct rte_dpaa2_device *dpaa2_dev = in dpaa2_dev_recycle_config() local
627 if (dpaa2_dev->ep_dev_type == DPAA2_MAC) { in dpaa2_dev_recycle_config()
632 ret = ls_serdes_eth_lpbk(dpaa2_dev->ep_object_id, 1); in dpaa2_dev_recycle_config()
638 ret = lx_serdes_eth_lpbk(dpaa2_dev->ep_object_id, 1); in dpaa2_dev_recycle_config()
667 if (dpaa2_dev->ep_dev_type == DPAA2_ETH && in dpaa2_dev_recycle_config()
668 dpaa2_dev->object_id == dpaa2_dev->ep_object_id) { in dpaa2_dev_recycle_config()
682 struct rte_dpaa2_device *dpaa2_dev = in dpaa2_dev_recycle_deconfig() local
693 ret = ls_serdes_eth_lpbk(dpaa2_dev->ep_object_id, 0); in dpaa2_dev_recycle_deconfig()
701 ret = lx_serdes_eth_lpbk(dpaa2_dev->ep_object_id, 0); in dpaa2_dev_recycle_deconfig()
735 dpaa2_dev_recycle_qp_setup(struct rte_dpaa2_device *dpaa2_dev, in dpaa2_dev_recycle_qp_setup() argument
[all …]
H A Ddpaa2_ethdev.c1183 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_start() local
1195 intr_handle = dpaa2_dev->intr_handle; in dpaa2_dev_start()
1294 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_stop() local
1297 intr_handle = dpaa2_dev->intr_handle; in dpaa2_dev_stop()
2582 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_dev_init() local
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
2897 eth_dev->device = &dpaa2_dev->device; in rte_dpaa2_probe()
2899 dpaa2_dev->eth_dev = eth_dev; in rte_dpaa2_probe()
[all …]
H A Ddpaa2_ethdev.h287 int dpaa2_dev_recycle_qp_setup(struct rte_dpaa2_device *dpaa2_dev,
/dpdk/drivers/bus/fslmc/
H A Drte_fslmc.h139 struct rte_dpaa2_device *dpaa2_dev);
140 typedef int (*rte_dpaa2_remove_t)(struct rte_dpaa2_device *dpaa2_dev);
H A Dfslmc_bus.c377 struct rte_dpaa2_device *dpaa2_dev) in rte_fslmc_match() argument
379 if (dpaa2_drv->drv_type == dpaa2_dev->dev_type) in rte_fslmc_match()
/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c1770 struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_qdma_probe() argument
1777 rawdev = rte_rawdev_pmd_allocate(dpaa2_dev->device.name, in rte_dpaa2_qdma_probe()
1785 dpaa2_dev->rawdev = rawdev; in rte_dpaa2_qdma_probe()
1787 rawdev->device = &dpaa2_dev->device; in rte_dpaa2_qdma_probe()
1791 ret = dpaa2_dpdmai_dev_init(rawdev, dpaa2_dev->object_id); in rte_dpaa2_qdma_probe()
1808 rte_dpaa2_qdma_remove(struct rte_dpaa2_device *dpaa2_dev) in rte_dpaa2_qdma_remove() argument
1810 struct rte_rawdev *rawdev = dpaa2_dev->rawdev; in rte_dpaa2_qdma_remove()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c4315 struct rte_dpaa2_device *dpaa2_dev; in dpaa2_sec_dev_init() local
4325 dpaa2_dev = container_of(dev, struct rte_dpaa2_device, device); in dpaa2_sec_dev_init()
4326 hw_id = dpaa2_dev->object_id; in dpaa2_sec_dev_init()
4412 struct rte_dpaa2_device *dpaa2_dev) in cryptodev_dpaa2_sec_probe() argument
4420 dpaa2_dev->object_id); in cryptodev_dpaa2_sec_probe()
4438 dpaa2_dev->cryptodev = cryptodev; in cryptodev_dpaa2_sec_probe()
4439 cryptodev->device = &dpaa2_dev->device; in cryptodev_dpaa2_sec_probe()
4467 cryptodev_dpaa2_sec_remove(struct rte_dpaa2_device *dpaa2_dev) in cryptodev_dpaa2_sec_remove() argument
4472 cryptodev = dpaa2_dev->cryptodev; in cryptodev_dpaa2_sec_remove()