Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c11585 uint32_t tx_min, tx_max; in dp_tx_flow_ctrl_configure_pdev() local
11587 tx_min = wlan_cfg_get_min_tx_desc(soc->wlan_cfg_ctx); in dp_tx_flow_ctrl_configure_pdev()
11591 if ((value >= tx_min) && (value <= tx_max)) { in dp_tx_flow_ctrl_configure_pdev()
11595 soc, tx_min, tx_max); in dp_tx_flow_ctrl_configure_pdev()