Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c212 uint32_t nbuf_dequeued_total = 0; in dp_check_and_update_pending() local
242 nbuf_dequeued_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()