Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4165 u8 *pevtcmd; in report_survey_event() local
4183 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
4184 if (!pevtcmd) { in report_survey_event()
4193 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4198 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4203 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4207 kfree(pevtcmd); in report_survey_event()
4221 u8 *pevtcmd; in report_surveydone_event() local
4233 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
4234 if (!pevtcmd) { in report_surveydone_event()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5009 u8 *pevtcmd; in report_survey_event() local
5029 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
5030 if (!pevtcmd) { in report_survey_event()
5039 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
5044 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
5049 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
5053 kfree(pevtcmd); in report_survey_event()
5070 u8 *pevtcmd; in report_surveydone_event() local
5082 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
5083 if (!pevtcmd) { in report_surveydone_event()
[all …]