Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4435 u8 *pevtcmd; in report_survey_event() local
4455 pevtcmd = rtw_zmalloc(cmdsz); in report_survey_event()
4456 if (!pevtcmd) { in report_survey_event()
4465 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4470 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4475 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4479 kfree(pevtcmd); in report_survey_event()
4496 u8 *pevtcmd; in report_surveydone_event() local
4508 pevtcmd = rtw_zmalloc(cmdsz); in report_surveydone_event()
4509 if (!pevtcmd) { in report_surveydone_event()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6925 u8 *pevtcmd; in report_survey_event() local
6945 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
6946 if (!pevtcmd) { in report_survey_event()
6955 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
6960 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
6965 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
6969 kfree(pevtcmd); in report_survey_event()
6983 u8 *pevtcmd; in report_surveydone_event() local
6995 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
6996 if (!pevtcmd) { in report_surveydone_event()
[all …]