Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4156 u8 *pevtcmd; in report_survey_event() local
4174 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
4175 if (!pevtcmd) { in report_survey_event()
4184 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4189 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4194 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4198 kfree(pevtcmd); in report_survey_event()
4212 u8 *pevtcmd; in report_surveydone_event() local
4224 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
4225 if (!pevtcmd) { in report_surveydone_event()
[all …]
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5016 u8 *pevtcmd; in report_survey_event() local
5036 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
5037 if (!pevtcmd) { in report_survey_event()
5046 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
5051 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
5056 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
5060 kfree(pevtcmd); in report_survey_event()
5077 u8 *pevtcmd; in report_surveydone_event() local
5089 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
5090 if (!pevtcmd) { in report_surveydone_event()
[all …]