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

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

Completed in 228 milliseconds