Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4183 u8 *pevtcmd; in report_survey_event() local4201 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()4202 if (!pevtcmd) { in report_survey_event()4211 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4216 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4221 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4225 kfree(pevtcmd); in report_survey_event()4239 u8 *pevtcmd; in report_surveydone_event() local4251 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()4252 if (!pevtcmd) { in report_surveydone_event()[all …]
5034 u8 *pevtcmd; in report_survey_event() local5054 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()5055 if (pevtcmd == NULL) { in report_survey_event()5064 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()5069 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5074 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()5078 kfree((u8 *)pevtcmd); in report_survey_event()5095 u8 *pevtcmd; in report_surveydone_event() local5107 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()5108 if (pevtcmd == NULL) { in report_surveydone_event()[all …]