Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/caam/
Dcaamalg_qi2.c4939 struct dpseci_congestion_notification_cfg cong_notif_cfg = { 0 }; in dpaa2_dpseci_congestion_setup() local
4967 cong_notif_cfg.units = DPSECI_CONGESTION_UNIT_BYTES; in dpaa2_dpseci_congestion_setup()
4968 cong_notif_cfg.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH; in dpaa2_dpseci_congestion_setup()
4969 cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH; in dpaa2_dpseci_congestion_setup()
4970 cong_notif_cfg.message_ctx = (uintptr_t)priv; in dpaa2_dpseci_congestion_setup()
4971 cong_notif_cfg.message_iova = priv->cscn_dma; in dpaa2_dpseci_congestion_setup()
4972 cong_notif_cfg.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER | in dpaa2_dpseci_congestion_setup()
4977 &cong_notif_cfg); in dpaa2_dpseci_congestion_setup()