Home
last modified time | relevance | path

Searched refs:dpseci (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Dmeson.build11 'mc/dpseci.c')
H A Ddpaa2_sec_dpseci.c3509 dpseci_disable(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_dev_start()
3529 ret = dpseci_reset(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_dev_stop()
3553 ret = dpseci_close(dpseci, CMD_PRI_LOW, priv->token); in dpaa2_sec_dev_close()
3561 rte_free(dpseci); in dpaa2_sec_dev_close()
3588 struct fsl_mc_io dpseci; in dpaa2_sec_stats_get() local
3615 dpseci.regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in dpaa2_sec_stats_get()
3843 struct fsl_mc_io *dpseci; in dpaa2_sec_dev_init() local
3891 dpseci = (struct fsl_mc_io *)rte_calloc(NULL, 1, in dpaa2_sec_dev_init()
3893 if (!dpseci) { in dpaa2_sec_dev_init()
3898 dpseci->regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in dpaa2_sec_dev_init()
[all …]
/f-stack/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst29 discover, connect, configure and destroy dpseci objects in DPAA2_SEC PMD.
144 <dpdk app> <EAL args> -b "fslmc:dpseci.x" -- ...