Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4712 u8 *pevtcmd; in report_survey_event23a() local4730 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event23a()4731 if (!pevtcmd) { in report_survey_event23a()4738 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()4743 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()4748 psurvey_evt = (struct survey_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event23a()4753 kfree(pevtcmd); in report_survey_event23a()4769 u8 *pevtcmd; in report_surveydone_event23a() local4781 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_surveydone_event23a()4782 if (!pevtcmd) { in report_surveydone_event23a()[all …]
4276 u8 *pevtcmd; in report_survey_event() local4295 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()4296 if (pevtcmd == NULL) { in report_survey_event()4305 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4310 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4315 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4319 kfree(pevtcmd); in report_survey_event()4335 u8 *pevtcmd; in report_surveydone_event() local4347 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()4348 if (pevtcmd == NULL) { in report_surveydone_event()[all …]