Searched refs:tAniGetSnrReq (Results 1 – 5 of 5) sorted by relevance
627 QDF_STATUS wma_get_snr(tAniGetSnrReq *psnr_req);
228 QDF_STATUS wma_get_snr(tAniGetSnrReq *psnr_req) in wma_get_snr()230 tAniGetSnrReq *psnr_req_bkp; in wma_get_snr()245 psnr_req_bkp = qdf_mem_malloc(sizeof(tAniGetSnrReq)); in wma_get_snr()249 qdf_mem_zero(psnr_req_bkp, sizeof(tAniGetSnrReq)); in wma_get_snr()
3724 tAniGetSnrReq *pGetSnrReq = (tAniGetSnrReq *) pMsg; in csr_update_snr()6541 tAniGetSnrReq *pMsg; in csr_get_snr()6543 pMsg = qdf_mem_malloc(sizeof(tAniGetSnrReq)); in csr_get_snr()6555 pMsg->msgLen = (uint16_t) sizeof(tAniGetSnrReq); in csr_get_snr()
1343 } tAniGetSnrReq, *tpAniGetSnrReq; typedef
2928 tAniGetSnrReq *pSnrReq = (tAniGetSnrReq *) pMsg->bodyptr; in sme_process_msg()