Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_data.c970 ack_cb = wma_handle->umac_data_ota_ack_cb; in wma_data_tx_ack_work_handler()
988 wma_handle->umac_data_ota_ack_cb = NULL; in wma_data_tx_ack_work_handler()
1026 wma_handle->umac_data_ota_ack_cb ? "not" : ""); in wma_data_tx_ack_comp_hdlr()
1030 if (!wma_handle->umac_data_ota_ack_cb) { in wma_data_tx_ack_comp_hdlr()
1464 wma_handle->umac_data_ota_ack_cb = NULL; in wma_tx_detach()
2539 if (wma_handle->umac_data_ota_ack_cb) { in wma_tx_packet()
2580 wma_handle->umac_data_ota_ack_cb = tx_frm_ota_comp_cb; in wma_tx_packet()
2604 wma_handle->umac_data_ota_ack_cb = NULL; in wma_tx_packet()
2870 wma_handle->umac_data_ota_ack_cb = NULL; in wma_tx_packet()
/wlan-driver/qcacld-3.0/core/wma/inc/ !
H A Dwma.h1012 wma_tx_ota_comp_callback umac_data_ota_ack_cb; member