Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c296 uint32_t tx_err = 0; in wlan_dcs_wlan_interference_process() local
464 tx_err = (reg_tx_cu && wasted_tx_cu) ? in wlan_dcs_wlan_interference_process()
549 dcs_debug("tx_err: %u", tx_err); in wlan_dcs_wlan_interference_process()
560 (tx_err >= dcs_host_params.tx_err_threshold)))) in wlan_dcs_wlan_interference_process()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h2820 static inline void qdf_nbuf_tx_free(qdf_nbuf_t buf_list, int tx_err) in qdf_nbuf_tx_free() argument