Lines Matching refs:resp_buf
854 uint8 *req_buf, *resp_buf, *sp; in dhd_statlog_get_latest_info() local
876 resp_buf = query->resp_buf; in dhd_statlog_get_latest_info()
879 if (!resp_buf) { in dhd_statlog_get_latest_info()
898 sp = resp_buf; in dhd_statlog_get_latest_info()
933 uint8 *req_buf = NULL, *resp_buf = NULL; in dhd_statlog_query() local
990 resp_buf = (uint8 *)MALLOCZ(dhdp->osh, resp_buf_len); in dhd_statlog_query()
991 if (!resp_buf) { in dhd_statlog_query()
1001 query.resp_buf = resp_buf; in dhd_statlog_query()
1014 elem = (stat_elem_t *)resp_buf; in dhd_statlog_query()
1033 if (resp_buf) { in dhd_statlog_query()
1034 MFREE(dhdp->osh, resp_buf, resp_buf_len); in dhd_statlog_query()