Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance
4435 u8 *pevtcmd; in report_survey_event() local4455 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()4456 if (!pevtcmd) { in report_survey_event()4465 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()4470 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4475 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4479 kfree(pevtcmd); in report_survey_event()4496 u8 *pevtcmd; in report_surveydone_event() local4508 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()4509 if (!pevtcmd) { in report_surveydone_event()[all …]
6925 u8 *pevtcmd; in report_survey_event() local6945 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()6946 if (!pevtcmd) { in report_survey_event()6955 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()6960 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()6965 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()6969 kfree(pevtcmd); in report_survey_event()6983 u8 *pevtcmd; in report_surveydone_event() local6995 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()6996 if (!pevtcmd) { in report_surveydone_event()[all …]