Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4401 u8 *pevtcmd; in report_survey_event() local
4421 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
4422 if (!pevtcmd) { in report_survey_event()
4431 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4436 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4441 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4445 kfree(pevtcmd); in report_survey_event()
4462 u8 *pevtcmd; in report_surveydone_event() local
4474 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
4475 if (!pevtcmd) { in report_surveydone_event()
[all …]
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6635 u8 *pevtcmd; in report_survey_event() local
6655 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
6656 if (!pevtcmd) { in report_survey_event()
6665 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
6670 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
6675 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
6679 kfree(pevtcmd); in report_survey_event()
6693 u8 *pevtcmd; in report_surveydone_event() local
6705 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
6706 if (!pevtcmd) { in report_surveydone_event()
[all …]