Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4183 u8 *pevtcmd; in report_survey_event() local
4201 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
4202 if (!pevtcmd) { in report_survey_event()
4211 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4216 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4221 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4225 kfree(pevtcmd); in report_survey_event()
4239 u8 *pevtcmd; in report_surveydone_event() local
4251 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
4252 if (!pevtcmd) { in report_surveydone_event()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5034 u8 *pevtcmd; in report_survey_event() local
5054 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
5055 if (pevtcmd == NULL) { in report_survey_event()
5064 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
5069 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
5074 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
5078 kfree((u8 *)pevtcmd); in report_survey_event()
5095 u8 *pevtcmd; in report_surveydone_event() local
5107 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
5108 if (pevtcmd == NULL) { in report_surveydone_event()
[all …]