Searched refs:wma_context (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/cds/src/ |
D | cds_api.c | 1164 if (!gp_cds_context->wma_context) { in cds_pre_enable() 1196 status = wma_wait_for_ready_event(gp_cds_context->wma_context); in cds_pre_enable() 1216 cds_suspend_target(gp_cds_context->wma_context); in cds_pre_enable() 1250 if (!gp_cds_context->wma_context) { in cds_enable() 1545 context = gp_cds_context->wma_context; in __cds_get_context() 1719 cds_mod_context = &gp_cds_context->wma_context; in cds_alloc_context() 1824 cds_mod_context = &gp_cds_context->wma_context; in cds_free_context()
|
/wlan-driver/qcacld-3.0/core/cds/inc/ |
D | cds_sched.h | 183 void *wma_context; member
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_data.c | 1006 wma_data_tx_ack_comp_hdlr(void *wma_context, qdf_nbuf_t netbuf, int32_t status) in wma_data_tx_ack_comp_hdlr() argument 1008 tp_wma_handle wma_handle = (tp_wma_handle) wma_context; in wma_data_tx_ack_comp_hdlr() 1349 wma_mgmt_tx_ack_comp_hdlr(void *wma_context, qdf_nbuf_t netbuf, int32_t status) in wma_mgmt_tx_ack_comp_hdlr() argument 1351 tp_wma_handle wma_handle = (tp_wma_handle) wma_context; in wma_mgmt_tx_ack_comp_hdlr() 1376 wma_mgmt_tx_dload_comp_hldr(void *wma_context, qdf_nbuf_t netbuf, in wma_mgmt_tx_dload_comp_hldr() argument 1381 tp_wma_handle wma_handle = (tp_wma_handle) wma_context; in wma_mgmt_tx_dload_comp_hldr() 2300 QDF_STATUS wma_tx_packet(void *wma_context, void *tx_frame, uint16_t frmLen, in wma_tx_packet() argument 2309 tp_wma_handle wma_handle = (tp_wma_handle) (wma_context); in wma_tx_packet()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_types.h | 696 QDF_STATUS wma_tx_packet(void *wma_context, void *tx_frame, uint16_t frmLen,
|
D | wma_internal.h | 158 void wma_data_tx_ack_comp_hdlr(void *wma_context,
|