Home
last modified time | relevance | path

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

/dpdk/app/test-eventdev/
H A Dtest_perf_common.c617 struct rte_event_timer_adapter *wl; in perf_event_timer_adapter_setup() local
634 wl = rte_event_timer_adapter_create(&config); in perf_event_timer_adapter_setup()
635 if (wl == NULL) { in perf_event_timer_adapter_setup()
642 rte_event_timer_adapter_get_info(wl, &adapter_info); in perf_event_timer_adapter_setup()
649 rte_event_timer_adapter_service_id_get(wl, in perf_event_timer_adapter_setup()
659 t->timer_adptr[i] = wl; in perf_event_timer_adapter_setup()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c3232 priv->wl.low = 0; in hns3_rx_buf_calc_all()
3233 priv->wl.high = 0; in hns3_rx_buf_calc_all()
3242 priv->wl.high = roundup(priv->wl.low + aligned_mps, in hns3_rx_buf_calc_all()
3245 priv->wl.low = 0; in hns3_rx_buf_calc_all()
3278 priv->wl.low = 0; in hns3_drop_nopfc_buf_till_fit()
3279 priv->wl.high = 0; in hns3_drop_nopfc_buf_till_fit()
3314 priv->wl.low = 0; in hns3_drop_pfc_buf_till_fit()
3316 priv->wl.high = 0; in hns3_drop_pfc_buf_till_fit()
3366 priv->wl.low = 0; in hns3_only_alloc_priv_buff()
3367 priv->wl.high = 0; in hns3_only_alloc_priv_buff()
[all …]
H A Dhns3_cmd.h380 struct hns3_waterline wl; /* Waterline for low and high */ member