Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Ddpseci.c707 cmd_params->threshold_exit = cfg->threshold_exit; in dpseci_set_congestion_notification()
759 cfg->threshold_exit = le32_to_cpu(rsp_params->threshold_exit); in dpseci_get_congestion_notification()
H A Dfsl_dpseci.h413 uint32_t threshold_exit; member
H A Dfsl_dpseci_cmd.h251 uint32_t threshold_exit; member
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h775 uint32_t threshold_exit; member
796 uint32_t threshold_exit; member
H A Ddpni.c2275 cmd_params->threshold_exit = cpu_to_le32(cfg->threshold_exit); in dpni_set_congestion_notification()
2332 cfg->threshold_exit = le32_to_cpu(rsp_params->threshold_exit); in dpni_get_congestion_notification()
H A Dfsl_dpni.h1320 uint32_t threshold_exit; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c622 cong_notif_cfg.threshold_exit = (dpaa2_q->nb_desc * 9) / 10; in dpaa2_tm_configure_queue()
H A Ddpaa2_ethdev.c965 cong_notif_cfg.threshold_exit = (nb_tx_desc * 9) / 10; in dpaa2_dev_tx_queue_setup()