Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Ddpseci.c706 cmd_params->threshold_entry = cfg->threshold_entry; in dpseci_set_congestion_notification()
758 cfg->threshold_entry = le32_to_cpu(rsp_params->threshold_entry); in dpseci_get_congestion_notification()
H A Dfsl_dpseci.h412 uint32_t threshold_entry; member
H A Dfsl_dpseci_cmd.h250 uint32_t threshold_entry; member
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h774 uint32_t threshold_entry; member
795 uint32_t threshold_entry; member
H A Ddpni.c2274 cmd_params->threshold_entry = cpu_to_le32(cfg->threshold_entry); in dpni_set_congestion_notification()
2331 cfg->threshold_entry = le32_to_cpu(rsp_params->threshold_entry); in dpni_get_congestion_notification()
H A Dfsl_dpni.h1319 uint32_t threshold_entry; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c618 cong_notif_cfg.threshold_entry = dpaa2_q->nb_desc; in dpaa2_tm_configure_queue()
H A Ddpaa2_ethdev.c961 cong_notif_cfg.threshold_entry = nb_tx_desc; in dpaa2_dev_tx_queue_setup()