Searched refs:wl (Results 1 – 3 of 3) sorted by relevance
617 struct rte_event_timer_adapter *wl; in perf_event_timer_adapter_setup() local634 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()
3232 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 …]
380 struct hns3_waterline wl; /* Waterline for low and high */ member