Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
Dwlan_dcs.c295 uint32_t wasted_tx_cu = 0; in wlan_dcs_wlan_interference_process() local
453 wasted_tx_cu = ((curr_stats->tx_waste_time >> 8) * 100) / in wlan_dcs_wlan_interference_process()
461 if (reg_tx_cu < wasted_tx_cu) in wlan_dcs_wlan_interference_process()
462 wasted_tx_cu = reg_tx_cu; in wlan_dcs_wlan_interference_process()
464 tx_err = (reg_tx_cu && wasted_tx_cu) ? in wlan_dcs_wlan_interference_process()
465 (wasted_tx_cu * 100) / reg_tx_cu : 0; in wlan_dcs_wlan_interference_process()
479 total_wasted_cu = reg_unused_cu + wasted_tx_cu; in wlan_dcs_wlan_interference_process()
547 reg_ofdm_phyerr_cu, wasted_tx_cu, in wlan_dcs_wlan_interference_process()