Searched refs:pevtcmd (Results 1 – 1 of 1) sorted by relevance
4383 u8 *pevtcmd; in report_survey_event() local4403 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()4404 if (!pevtcmd) { in report_survey_event()4413 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4418 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4423 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4427 kfree(pevtcmd); in report_survey_event()4444 u8 *pevtcmd; in report_surveydone_event() local4456 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()4457 if (!pevtcmd) { in report_surveydone_event()[all …]