Home
last modified time | relevance | path

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

/f-stack/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.h400 uint32_t threshold_entry; member
H A Dfsl_dpseci_cmd.h250 uint32_t threshold_entry; member
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h699 uint32_t threshold_entry; member
720 uint32_t threshold_entry; member
H A Ddpni.c1848 cmd_params->threshold_entry = cpu_to_le32(cfg->threshold_entry); in dpni_set_congestion_notification()
1903 cfg->threshold_entry = le32_to_cpu(rsp_params->threshold_entry); in dpni_get_congestion_notification()
H A Dfsl_dpni.h1028 uint32_t threshold_entry; member
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c887 cong_notif_cfg.threshold_entry = nb_tx_desc; in dpaa2_dev_tx_queue_setup()