Searched refs:dpdmai (Results 1 – 4 of 4) sorted by relevance
| /dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_qdma.rst | 62 The DPAA2 QDMA is exposed as a vdev device which consists of dpdmai devices. 63 On EAL initialization, dpdmai devices will be probed and populated into the 66 * Invoking ``rte_rawdev_get_dev_id("dpdmai.x")`` from the application
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | meson.build | 16 'mc/dpdmai.c',
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 1618 ret = dpdmai_disable(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_uninit() 1634 ret = dpdmai_close(&dpdmai_dev->dpdmai, CMD_PRI_LOW, dpdmai_dev->token); in dpaa2_dpdmai_dev_uninit() 1655 dpdmai_dev->dpdmai.regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in dpaa2_dpdmai_dev_init() 1657 ret = dpdmai_open(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_init() 1665 ret = dpdmai_get_attributes(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_init() 1679 ret = dpdmai_set_rx_queue(&dpdmai_dev->dpdmai, in dpaa2_dpdmai_dev_init() 1710 ret = dpdmai_get_rx_queue(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_init() 1719 ret = dpdmai_get_tx_queue(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_init() 1730 ret = dpdmai_enable(&dpdmai_dev->dpdmai, CMD_PRI_LOW, in dpaa2_dpdmai_dev_init()
|
| H A D | dpaa2_qdma.h | 268 struct fsl_mc_io dpdmai; member
|