Home
last modified time | relevance | path

Searched refs:cscn_mem (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi2.h60 void *cscn_mem; member
H A Dcaamalg_qi2.c4789 if (!priv->cscn_mem) in dpaa2_dpseci_congestion_free()
4793 kfree(priv->cscn_mem); in dpaa2_dpseci_congestion_free()
4935 priv->cscn_mem = kzalloc(DPAA2_CSCN_SIZE + DPAA2_CSCN_ALIGN, in dpaa2_dpseci_congestion_setup()
4937 if (!priv->cscn_mem) in dpaa2_dpseci_congestion_setup()
4940 priv->cscn_mem_aligned = PTR_ALIGN(priv->cscn_mem, DPAA2_CSCN_ALIGN); in dpaa2_dpseci_congestion_setup()
4970 kfree(priv->cscn_mem); in dpaa2_dpseci_congestion_setup()
5445 if (priv->cscn_mem) { in dpaa2_caam_enqueue()