Home
last modified time | relevance | path

Searched refs:ph2c (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8712/
Drtl871x_cmd.c175 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() local
180 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
181 if (!ph2c) in r8712_sitesurvey_cmd()
185 kfree(ph2c); in r8712_sitesurvey_cmd()
188 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in r8712_sitesurvey_cmd()
201 r8712_enqueue_cmd(pcmdpriv, ph2c); in r8712_sitesurvey_cmd()
211 struct cmd_obj *ph2c; in r8712_setdatarate_cmd() local
215 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
216 if (!ph2c) in r8712_setdatarate_cmd()
220 kfree(ph2c); in r8712_setdatarate_cmd()
[all …]
/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_cmd.c530 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local
538 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_sitesurvey_cmd()
539 if (!ph2c) in rtw_sitesurvey_cmd()
544 kfree(ph2c); in rtw_sitesurvey_cmd()
550 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in rtw_sitesurvey_cmd()
581 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd()
832 struct cmd_obj *ph2c; in rtw_setopmode_cmd() local
847 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_setopmode_cmd()
848 if (!ph2c) { in rtw_setopmode_cmd()
854 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
[all …]
Drtw_ap.c1268 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local
1273 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1274 if (!ph2c) { in rtw_ap_set_pairwise_key()
1281 kfree(ph2c); in rtw_ap_set_pairwise_key()
1286 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()
1294 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
Drtw_mlme_ext.c5095 struct cmd_obj *ph2c; in survey_timer_hdl() local
5111 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl()
5112 if (!ph2c) in survey_timer_hdl()
5117 kfree(ph2c); in survey_timer_hdl()
5121 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl()
5122 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
5725 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local
5729 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd()
5730 if (!ph2c) { in chk_bmc_sleepq_cmd()
5735 init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); in chk_bmc_sleepq_cmd()
[all …]