Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4383 u8 *pevtcmd; in report_survey_event() local
4403 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
4404 if (!pevtcmd) { in report_survey_event()
4413 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4418 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4423 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4427 kfree(pevtcmd); in report_survey_event()
4444 u8 *pevtcmd; in report_surveydone_event() local
4456 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
4457 if (!pevtcmd) { in report_surveydone_event()
[all …]