Searched refs:ph2c (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_cmd.c | 529 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local 537 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_sitesurvey_cmd() 538 if (!ph2c) in rtw_sitesurvey_cmd() 543 kfree(ph2c); in rtw_sitesurvey_cmd() 549 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in rtw_sitesurvey_cmd() 580 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd() 829 struct cmd_obj *ph2c; in rtw_setopmode_cmd() local 844 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_setopmode_cmd() 845 if (!ph2c) { in rtw_setopmode_cmd() 851 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd() [all …]
|
| H A D | rtw_ap.c | 1228 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local 1233 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key() 1234 if (!ph2c) { in rtw_ap_set_pairwise_key() 1241 kfree(ph2c); in rtw_ap_set_pairwise_key() 1246 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key() 1254 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
|
| H A D | rtw_mlme_ext.c | 5072 struct cmd_obj *ph2c; in survey_timer_hdl() local 5088 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 5089 if (!ph2c) in survey_timer_hdl() 5094 kfree(ph2c); in survey_timer_hdl() 5098 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl() 5099 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl() 5698 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local 5702 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd() 5703 if (!ph2c) { in chk_bmc_sleepq_cmd() 5708 init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); in chk_bmc_sleepq_cmd() [all …]
|