Home
last modified time | relevance | path

Searched refs:pevtcmd (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4712 u8 *pevtcmd; in report_survey_event23a() local
4730 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() local
4781 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_surveydone_event23a()
4782 if (!pevtcmd) { in report_surveydone_event23a()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4276 u8 *pevtcmd; in report_survey_event() local
4295 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() local
4347 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
4348 if (pevtcmd == NULL) { in report_surveydone_event()
[all …]