Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4399 u8 *pevtcmd; in report_survey_event() local
4419 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
4420 if (!pevtcmd) { in report_survey_event()
4429 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4434 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4439 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4443 kfree(pevtcmd); in report_survey_event()
4460 u8 *pevtcmd; in report_surveydone_event() local
4472 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
4473 if (!pevtcmd) { in report_surveydone_event()
[all …]