cong_notif_cfg   4884 drivers/crypto/caam/caamalg_qi2.c 	struct dpseci_congestion_notification_cfg cong_notif_cfg = { 0 };
cong_notif_cfg   4910 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.units = DPSECI_CONGESTION_UNIT_BYTES;
cong_notif_cfg   4911 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH;
cong_notif_cfg   4912 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH;
cong_notif_cfg   4913 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.message_ctx = (uintptr_t)priv;
cong_notif_cfg   4914 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.message_iova = priv->cscn_dma;
cong_notif_cfg   4915 drivers/crypto/caam/caamalg_qi2.c 	cong_notif_cfg.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER |
cong_notif_cfg   4920 drivers/crypto/caam/caamalg_qi2.c 						 &cong_notif_cfg);