Searched refs:pevtcmd (Results 1 – 1 of 1) sorted by relevance
4399 u8 *pevtcmd; in report_survey_event() local4419 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()4420 if (!pevtcmd) { in report_survey_event()4429 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4434 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4439 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4443 kfree(pevtcmd); in report_survey_event()4460 u8 *pevtcmd; in report_surveydone_event() local4472 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()4473 if (!pevtcmd) { in report_surveydone_event()[all …]