Home
last modified time | relevance | path

Searched refs:tx_frm_download_comp_cb (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1386 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() argument
2600 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 …]
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_types.h698 wma_tx_dwnld_comp_callback tx_frm_download_comp_cb,
H A Dwma.h1009 wma_tx_dwnld_comp_callback tx_frm_download_comp_cb; member