Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c4924 struct dpseci_congestion_notification_cfg cong_notif_cfg = { 0 }; in dpaa2_dpseci_congestion_setup() local
4950 cong_notif_cfg.units = DPSECI_CONGESTION_UNIT_BYTES; in dpaa2_dpseci_congestion_setup()
4951 cong_notif_cfg.threshold_entry = DPAA2_SEC_CONG_ENTRY_THRESH; in dpaa2_dpseci_congestion_setup()
4952 cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH; in dpaa2_dpseci_congestion_setup()
4953 cong_notif_cfg.message_ctx = (uintptr_t)priv; in dpaa2_dpseci_congestion_setup()
4954 cong_notif_cfg.message_iova = priv->cscn_dma; in dpaa2_dpseci_congestion_setup()
4955 cong_notif_cfg.notification_mode = DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER | in dpaa2_dpseci_congestion_setup()
4960 &cong_notif_cfg); in dpaa2_dpseci_congestion_setup()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds