Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4229 struct cmd_obj *pcmd_obj; in report_survey_event() local
4244 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event()
4245 if (pcmd_obj == NULL) in report_survey_event()
4251 kfree(pcmd_obj); in report_survey_event()
4255 INIT_LIST_HEAD(&pcmd_obj->list); in report_survey_event()
4257 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event()
4258 pcmd_obj->cmdsz = cmdsz; in report_survey_event()
4259 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4261 pcmd_obj->rsp = NULL; in report_survey_event()
4262 pcmd_obj->rspsz = 0; in report_survey_event()
[all …]
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4734 struct cmd_obj *pcmd_obj; in report_survey_event23a() local
4748 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event23a()
4749 if (!pcmd_obj) in report_survey_event23a()
4755 kfree(pcmd_obj); in report_survey_event23a()
4759 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event23a()
4760 pcmd_obj->cmdsz = cmdsz; in report_survey_event23a()
4761 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()
4763 pcmd_obj->rsp = NULL; in report_survey_event23a()
4764 pcmd_obj->rspsz = 0; in report_survey_event23a()
4775 kfree(pcmd_obj); in report_survey_event23a()
[all …]