Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_types.h1431 uint32_t qdepth_no_thresh; member
H A Dol_txrx.c2353 bufqi->qdepth_no_thresh = bufqi->curr; in ol_txrx_flush_rx_frames()
4550 peer->bufq_info.qdepth_no_thresh, in ol_txrx_disp_peer_cached_bufq_stats()
5090 bufqi->qdepth_no_thresh += dropped; in ol_txrx_drop_frames()
5092 if (bufqi->qdepth_no_thresh > bufqi->high_water_mark) in ol_txrx_drop_frames()
5093 bufqi->high_water_mark = bufqi->qdepth_no_thresh; in ol_txrx_drop_frames()