Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c211 uint32_t nbuf_queued_total = 0; in dp_check_and_update_pending() local
240 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()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_rx_thread.h69 unsigned int nbuf_queued_total; member