Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2822 rem = qdf_do_div_rem(wma_handle->tx_fail_cnt, in wma_tx_packet()
2828 wma_handle->tx_fail_cnt++; in wma_tx_packet()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1096 uint64_t tx_fail_cnt; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c13257 struct sme_tx_fail_cnt_threshold *tx_fail_cnt; in sme_update_tx_fail_cnt_threshold() local
13260 tx_fail_cnt = qdf_mem_malloc(sizeof(*tx_fail_cnt)); in sme_update_tx_fail_cnt_threshold()
13261 if (!tx_fail_cnt) in sme_update_tx_fail_cnt_threshold()
13266 tx_fail_cnt->session_id = session_id; in sme_update_tx_fail_cnt_threshold()
13267 tx_fail_cnt->tx_fail_cnt_threshold = tx_fail_count; in sme_update_tx_fail_cnt_threshold()
13272 msg.bodyptr = tx_fail_cnt; in sme_update_tx_fail_cnt_threshold()
13279 qdf_mem_free(tx_fail_cnt); in sme_update_tx_fail_cnt_threshold()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h27609 A_UINT32 tx_fail_cnt; member
28030 A_UINT32 tx_fail_cnt; member