Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4165 u8 *pevtcmd; in report_survey_event() local4183 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()4184 if (!pevtcmd) { in report_survey_event()4193 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4198 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4203 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4207 kfree(pevtcmd); in report_survey_event()4221 u8 *pevtcmd; in report_surveydone_event() local4233 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()4234 if (!pevtcmd) { in report_surveydone_event()[all …]
5009 u8 *pevtcmd; in report_survey_event() local5029 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()5030 if (!pevtcmd) { in report_survey_event()5039 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()5044 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5049 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()5053 kfree(pevtcmd); in report_survey_event()5070 u8 *pevtcmd; in report_surveydone_event() local5082 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()5083 if (!pevtcmd) { in report_surveydone_event()[all …]