Home
last modified time | relevance | path

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

/f-stack/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.h401 uint32_t threshold_exit; member
H A Dfsl_dpseci_cmd.h251 uint32_t threshold_exit; member
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h700 uint32_t threshold_exit; member
721 uint32_t threshold_exit; member
H A Ddpni.c1849 cmd_params->threshold_exit = cpu_to_le32(cfg->threshold_exit); in dpni_set_congestion_notification()
1904 cfg->threshold_exit = le32_to_cpu(rsp_params->threshold_exit); in dpni_get_congestion_notification()
H A Dfsl_dpni.h1029 uint32_t threshold_exit; member
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c891 cong_notif_cfg.threshold_exit = nb_tx_desc - 24; in dpaa2_dev_tx_queue_setup()