Searched refs:dpseci (Results 1 – 3 of 3) sorted by relevance
| /dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa2_sec.rst | 29 discover, connect, configure and destroy dpseci objects in DPAA2_SEC PMD. 146 <dpdk app> <EAL args> -b "fslmc:dpseci.x" -- ... 187 e.g. ``fslmc:dpseci.1,drv_dump_mode=1`` 194 e.g. ``fslmc:dpseci.1,drv_strict_order=1``
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | meson.build | 13 'mc/dpseci.c',
|
| H A D | dpaa2_sec_dpseci.c | 3863 dpseci_disable(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_dev_start() 3883 ret = dpseci_reset(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_dev_stop() 3920 struct fsl_mc_io dpseci; in dpaa2_sec_stats_get() local 3947 dpseci.regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in dpaa2_sec_stats_get() 4246 ret = dpseci_close(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_uninit() 4254 rte_free(dpseci); in dpaa2_sec_uninit() 4319 struct fsl_mc_io *dpseci; in dpaa2_sec_dev_init() local 4367 dpseci = (struct fsl_mc_io *)rte_calloc(NULL, 1, in dpaa2_sec_dev_init() 4369 if (!dpseci) { in dpaa2_sec_dev_init() 4374 dpseci->regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in dpaa2_sec_dev_init() [all …]
|