Searched refs:tx_frm_download_comp_cb (Results 1 – 3 of 3) sorted by relevance
1386 if (!wma_handle->tx_frm_download_comp_cb) { in wma_mgmt_tx_dload_comp_hldr()1392 wma_handle->tx_frm_download_comp_cb(mac_context, netbuf, 0); in wma_mgmt_tx_dload_comp_hldr()1395 wma_handle->tx_frm_download_comp_cb = NULL; in wma_mgmt_tx_dload_comp_hldr()1461 wma_handle->tx_frm_download_comp_cb = NULL; in wma_tx_detach()2302 wma_tx_dwnld_comp_callback tx_frm_download_comp_cb, in wma_tx_packet() argument2600 if (tx_frm_download_comp_cb) in wma_tx_packet()2601 tx_frm_download_comp_cb(wma_handle->mac_context, in wma_tx_packet()2610 if (tx_frm_download_comp_cb) in wma_tx_packet()2611 tx_frm_download_comp_cb(wma_handle->mac_context, in wma_tx_packet()2628 downld_comp_required = tx_frm_download_comp_cb && is_high_latency && in wma_tx_packet()[all …]
698 wma_tx_dwnld_comp_callback tx_frm_download_comp_cb,
1009 wma_tx_dwnld_comp_callback tx_frm_download_comp_cb; member