Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4232 u8 *pevtcmd; in report_survey_event() local4251 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()4252 if (pevtcmd == NULL) { in report_survey_event()4261 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4266 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4271 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4275 kfree(pevtcmd); in report_survey_event()4291 u8 *pevtcmd; in report_surveydone_event() local4303 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()4304 if (pevtcmd == NULL) { in report_surveydone_event()[all …]
4722 u8 *pevtcmd; in report_survey_event23a() local4740 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event23a()4741 if (!pevtcmd) { in report_survey_event23a()4748 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()4753 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()4758 psurvey_evt = (struct survey_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event23a()4763 kfree(pevtcmd); in report_survey_event23a()4779 u8 *pevtcmd; in report_surveydone_event23a() local4791 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_surveydone_event23a()4792 if (!pevtcmd) { in report_surveydone_event23a()[all …]