Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4156 u8 *pevtcmd; in report_survey_event() local4174 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()4175 if (!pevtcmd) { in report_survey_event()4184 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4189 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4194 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4198 kfree(pevtcmd); in report_survey_event()4212 u8 *pevtcmd; in report_surveydone_event() local4224 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()4225 if (!pevtcmd) { in report_surveydone_event()[all …]
5016 u8 *pevtcmd; in report_survey_event() local5036 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()5037 if (!pevtcmd) { in report_survey_event()5046 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()5051 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5056 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()5060 kfree(pevtcmd); in report_survey_event()5077 u8 *pevtcmd; in report_surveydone_event() local5089 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()5090 if (!pevtcmd) { in report_surveydone_event()[all …]