Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c2765 const tpSirLLStatsGetReq getReq, in wma_update_params_for_mlo_stats() argument
2771 cmd->is_mlo_req = getReq->is_mlo_req; in wma_update_params_for_mlo_stats()
2773 vdev = wma->interfaces[getReq->staId].vdev; in wma_update_params_for_mlo_stats()
2775 wma_err("Failed to get vdev for vdev_%d", getReq->staId); in wma_update_params_for_mlo_stats()
2778 if (getReq->is_mlo_req) { in wma_update_params_for_mlo_stats()
2779 cmd->vdev_id_bitmap = getReq->mlo_vdev_id_bitmap; in wma_update_params_for_mlo_stats()
2783 getReq->staId); in wma_update_params_for_mlo_stats()
2795 const tpSirLLStatsGetReq getReq, in wma_update_params_for_mlo_stats() argument
2803 const tpSirLLStatsGetReq getReq) in wma_process_ll_stats_get_req() argument
2811 if (!getReq || !wma) { in wma_process_ll_stats_get_req()
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h1046 (tp_wma_handle wma, const tpSirLLStatsGetReq getReq);