Lines Matching refs:req_buf
815 uint8 *req_buf; in dhd_statlog_generate_bdmask() local
831 req_buf = query->req_buf; in dhd_statlog_generate_bdmask()
833 if (!req_buf) { in dhd_statlog_generate_bdmask()
840 if (DHD_STATLOG_VALID(req_buf[cnt])) { in dhd_statlog_generate_bdmask()
841 setbit(statlog->bdmask, req_buf[cnt]); in dhd_statlog_generate_bdmask()
854 uint8 *req_buf, *resp_buf, *sp; in dhd_statlog_get_latest_info() local
874 req_buf = query->req_buf; in dhd_statlog_get_latest_info()
885 if (!req_buf || !req_buf_len) { in dhd_statlog_get_latest_info()
892 if (DHD_STATLOG_VALID(req_buf[i])) { in dhd_statlog_get_latest_info()
893 setbit(filter, req_buf[i]); in dhd_statlog_get_latest_info()
933 uint8 *req_buf = NULL, *resp_buf = NULL; in dhd_statlog_query() local
968 req_buf = (uint8 *)MALLOCZ(dhdp->osh, req_buf_len); in dhd_statlog_query()
969 if (!req_buf) { in dhd_statlog_query()
984 req_buf[i] = (uint8)stat; in dhd_statlog_query()
999 query.req_buf = req_buf; in dhd_statlog_query()
1037 if (req_buf) { in dhd_statlog_query()
1038 MFREE(dhdp->osh, req_buf, req_buf_len); in dhd_statlog_query()