Searched refs:nbuf_queued_total (Results 1 – 2 of 2) sorted by relevance
211 uint32_t nbuf_queued_total = 0; in dp_check_and_update_pending() local240 nbuf_queued_total += in dp_check_and_update_pending()241 rx_tm_hdl->rx_thread[i]->stats.nbuf_queued_total; in dp_check_and_update_pending()249 if (nbuf_queued_total > (nbuf_dequeued_total + rx_flushed_total)) in dp_check_and_update_pending()250 pending = nbuf_queued_total - (nbuf_dequeued_total + in dp_check_and_update_pending()363 rx_thread->stats.nbuf_queued_total += nbuf_queued; in dp_rx_tm_thread_enqueue()
69 unsigned int nbuf_queued_total; member