Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c901 pdev->tx_peer_bal.ctl_thresh[level].tput_thresh = in ol_txrx_bad_peer_txctl_update_threshold()
903 pdev->tx_peer_bal.ctl_thresh[level].tx_limit = in ol_txrx_bad_peer_txctl_update_threshold()
1066 thresh = pdev->tx_peer_bal.ctl_thresh[phy].tput_thresh; in ol_txrx_peer_link_status_handler()
1067 limit = pdev->tx_peer_bal.ctl_thresh[phy].tx_limit; in ol_txrx_peer_link_status_handler()
H A Dol_txrx_types.h1075 struct tx_peer_threshold ctl_thresh[TXRX_IEEE11_MAX]; member