Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_flow_ctrl_legacy.h186 unsigned int low_watermark, in cdp_fc_get_tx_resource() argument
200 low_watermark, in cdp_fc_get_tx_resource()
H A Dcdp_txrx_ops.h2174 unsigned int low_watermark,
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_legacy_flow_control.c577 unsigned int low_watermark, in ol_txrx_get_tx_resource() argument
607 if (vdev->pdev->tx_desc.num_free < (uint16_t)low_watermark) { in ol_txrx_get_tx_resource()
608 vdev->tx_fl_lwm = (uint16_t)low_watermark; in ol_txrx_get_tx_resource()
610 (uint16_t)(low_watermark + high_watermark_offset); in ol_txrx_get_tx_resource()
H A Dol_txrx.h286 unsigned int low_watermark,