Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4232 u8 *pevtcmd; in report_survey_event() local
4251 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event()
4252 if (pevtcmd == NULL) { in report_survey_event()
4261 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4266 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4271 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4275 kfree(pevtcmd); in report_survey_event()
4291 u8 *pevtcmd; in report_surveydone_event() local
4303 pevtcmd = kzalloc(cmdsz, GFP_KERNEL); in report_surveydone_event()
4304 if (pevtcmd == NULL) { in report_surveydone_event()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4722 u8 *pevtcmd; in report_survey_event23a() local
4740 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_survey_event23a()
4741 if (!pevtcmd) { in report_survey_event23a()
4748 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()
4753 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()
4758 psurvey_evt = (struct survey_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event23a()
4763 kfree(pevtcmd); in report_survey_event23a()
4779 u8 *pevtcmd; in report_surveydone_event23a() local
4791 pevtcmd = kzalloc(cmdsz, GFP_ATOMIC); in report_surveydone_event23a()
4792 if (!pevtcmd) { in report_surveydone_event23a()
[all …]