Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c4936 struct dpseci_congestion_notification_cfg cong_notif_cfg = { 0 }; in dpaa2_dpseci_congestion_setup() local
4964 cong_notif_cfg.units = DPSECI_CONGESTION_UNIT_BYTES; in dpaa2_dpseci_congestion_setup()
4965 cong_notif_cfg.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH; in dpaa2_dpseci_congestion_setup()
4966 cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH; in dpaa2_dpseci_congestion_setup()
4967 cong_notif_cfg.message_ctx = (uintptr_t)priv; in dpaa2_dpseci_congestion_setup()
4968 cong_notif_cfg.message_iova = priv->cscn_dma; in dpaa2_dpseci_congestion_setup()
4969 cong_notif_cfg.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER | in dpaa2_dpseci_congestion_setup()
4974 &cong_notif_cfg); in dpaa2_dpseci_congestion_setup()