Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4401 u8 *pevtcmd; in report_survey_event() local4421 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()4422 if (!pevtcmd) { in report_survey_event()4431 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4436 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4441 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4445 kfree(pevtcmd); in report_survey_event()4462 u8 *pevtcmd; in report_surveydone_event() local4474 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()4475 if (!pevtcmd) { in report_surveydone_event()[all …]
6635 u8 *pevtcmd; in report_survey_event() local6655 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()6656 if (!pevtcmd) { in report_survey_event()6665 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()6670 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()6675 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()6679 kfree(pevtcmd); in report_survey_event()6693 u8 *pevtcmd; in report_surveydone_event() local6705 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()6706 if (!pevtcmd) { in report_surveydone_event()[all …]