Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4231 struct cmd_obj *pcmd_obj; in report_survey_event() local
4246 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event()
4247 if (pcmd_obj == NULL) in report_survey_event()
4253 kfree(pcmd_obj); in report_survey_event()
4257 INIT_LIST_HEAD(&pcmd_obj->list); in report_survey_event()
4259 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event()
4260 pcmd_obj->cmdsz = cmdsz; in report_survey_event()
4261 pcmd_obj->parmbuf = pevtcmd; in report_survey_event()
4263 pcmd_obj->rsp = NULL; in report_survey_event()
4264 pcmd_obj->rspsz = 0; in report_survey_event()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4721 struct cmd_obj *pcmd_obj; in report_survey_event23a() local
4735 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event23a()
4736 if (!pcmd_obj) in report_survey_event23a()
4742 kfree(pcmd_obj); in report_survey_event23a()
4746 pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); in report_survey_event23a()
4747 pcmd_obj->cmdsz = cmdsz; in report_survey_event23a()
4748 pcmd_obj->parmbuf = pevtcmd; in report_survey_event23a()
4750 pcmd_obj->rsp = NULL; in report_survey_event23a()
4751 pcmd_obj->rspsz = 0; in report_survey_event23a()
4762 kfree(pcmd_obj); in report_survey_event23a()
[all …]