Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi2.c4923 struct dpseci_congestion_notification_cfg cong_notif_cfg = { 0 }; in dpaa2_dpseci_congestion_setup() local
4949 cong_notif_cfg.units = DPSECI_CONGESTION_UNIT_BYTES; in dpaa2_dpseci_congestion_setup()
4950 cong_notif_cfg.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH; in dpaa2_dpseci_congestion_setup()
4951 cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH; in dpaa2_dpseci_congestion_setup()
4952 cong_notif_cfg.message_ctx = (uintptr_t)priv; in dpaa2_dpseci_congestion_setup()
4953 cong_notif_cfg.message_iova = priv->cscn_dma; in dpaa2_dpseci_congestion_setup()
4954 cong_notif_cfg.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER | in dpaa2_dpseci_congestion_setup()
4959 &cong_notif_cfg); in dpaa2_dpseci_congestion_setup()