Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4275 struct cmd_obj *pcmd_obj; in report_survey_event() local
4290 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event()
4291 if (pcmd_obj == NULL) in report_survey_event()
4297 kfree(pcmd_obj); in report_survey_event()
4301 INIT_LIST_HEAD(&pcmd_obj->list); in report_survey_event()
4303 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event()
4304 pcmd_obj->cmdsz = cmdsz; in report_survey_event()
4305 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4307 pcmd_obj->rsp = NULL; in report_survey_event()
4308 pcmd_obj->rspsz = 0; in report_survey_event()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4711 struct cmd_obj *pcmd_obj; in report_survey_event23a() local
4725 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event23a()
4726 if (!pcmd_obj) in report_survey_event23a()
4732 kfree(pcmd_obj); in report_survey_event23a()
4736 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event23a()
4737 pcmd_obj->cmdsz = cmdsz; in report_survey_event23a()
4738 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()
4740 pcmd_obj->rsp = NULL; in report_survey_event23a()
4741 pcmd_obj->rspsz = 0; in report_survey_event23a()
4752 kfree(pcmd_obj); in report_survey_event23a()
[all …]