Searched refs:ack_work_ctx (Results 1 – 3 of 3) sorted by relevance
990 wma_handle->ack_work_ctx = NULL; in wma_data_tx_ack_work_handler()1037 wma_handle->ack_work_ctx = ack_work; in wma_data_tx_ack_comp_hdlr()
4883 if (wma_handle->ack_work_ctx) { in wma_stop()4884 cds_flush_work(&wma_handle->ack_work_ctx->ack_cmp_work); in wma_stop()4885 if (wma_handle->ack_work_ctx->frame) in wma_stop()4886 qdf_nbuf_free(wma_handle->ack_work_ctx->frame); in wma_stop()4888 qdf_mem_free(wma_handle->ack_work_ctx); in wma_stop()4889 wma_handle->ack_work_ctx = NULL; in wma_stop()
1024 struct wma_tx_ack_work_ctx *ack_work_ctx; member