Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c882 struct dpni_congestion_notification_cfg cong_notif_cfg = {0}; in dpaa2_dev_tx_queue_setup() local
886 cong_notif_cfg.units = DPNI_CONGESTION_UNIT_FRAMES; in dpaa2_dev_tx_queue_setup()
887 cong_notif_cfg.threshold_entry = nb_tx_desc; in dpaa2_dev_tx_queue_setup()
891 cong_notif_cfg.threshold_exit = nb_tx_desc - 24; in dpaa2_dev_tx_queue_setup()
892 cong_notif_cfg.message_ctx = 0; in dpaa2_dev_tx_queue_setup()
893 cong_notif_cfg.message_iova = in dpaa2_dev_tx_queue_setup()
895 cong_notif_cfg.dest_cfg.dest_type = DPNI_DEST_NONE; in dpaa2_dev_tx_queue_setup()
896 cong_notif_cfg.notification_mode = in dpaa2_dev_tx_queue_setup()
900 cong_notif_cfg.cg_point = DPNI_CP_QUEUE; in dpaa2_dev_tx_queue_setup()
906 &cong_notif_cfg); in dpaa2_dev_tx_queue_setup()