Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_cmd.c180 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() local
185 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
186 if (!ph2c) in r8712_sitesurvey_cmd()
190 kfree(ph2c); in r8712_sitesurvey_cmd()
193 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in r8712_sitesurvey_cmd()
204 r8712_enqueue_cmd(pcmdpriv, ph2c); in r8712_sitesurvey_cmd()
214 struct cmd_obj *ph2c; in r8712_setdatarate_cmd() local
218 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
219 if (!ph2c) in r8712_setdatarate_cmd()
223 kfree(ph2c); in r8712_setdatarate_cmd()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_cmd.c235 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local
243 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_sitesurvey_cmd()
244 if (!ph2c) in rtw_sitesurvey_cmd()
249 kfree(ph2c); in rtw_sitesurvey_cmd()
257 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, _SiteSurvey_CMD_); in rtw_sitesurvey_cmd()
287 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd()
521 struct cmd_obj *ph2c; in rtw_setopmode_cmd() local
526 ph2c = kzalloc(sizeof(*ph2c), GFP_KERNEL); in rtw_setopmode_cmd()
528 if (!ph2c || !psetop) { in rtw_setopmode_cmd()
529 kfree(ph2c); in rtw_setopmode_cmd()
[all …]
Drtw_mlme_ext.c4747 struct cmd_obj *ph2c; in survey_timer_hdl() local
4765 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl()
4766 if (!ph2c) in survey_timer_hdl()
4771 kfree(ph2c); in survey_timer_hdl()
4775 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, _SiteSurvey_CMD_); in survey_timer_hdl()
4776 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
5320 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local
5328 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in set_tx_beacon_cmd()
5329 if (!ph2c) { in set_tx_beacon_cmd()
5337 kfree(ph2c); in set_tx_beacon_cmd()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_cmd.c581 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local
590 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_sitesurvey_cmd()
591 if (ph2c == NULL) in rtw_sitesurvey_cmd()
596 kfree(ph2c); in rtw_sitesurvey_cmd()
604 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in rtw_sitesurvey_cmd()
639 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd()
653 struct cmd_obj *ph2c; in rtw_setdatarate_cmd() local
658 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_setdatarate_cmd()
659 if (ph2c == NULL) { in rtw_setdatarate_cmd()
666 kfree(ph2c); in rtw_setdatarate_cmd()
[all …]
Drtw_ap.c1443 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local
1448 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1449 if (ph2c == NULL) { in rtw_ap_set_pairwise_key()
1456 kfree((u8 *)ph2c); in rtw_ap_set_pairwise_key()
1461 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()
1469 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
Drtw_mlme_ext.c5779 struct cmd_obj *ph2c; in survey_timer_hdl() local
5803 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl()
5804 if (ph2c == NULL) { in survey_timer_hdl()
5810 kfree(ph2c); in survey_timer_hdl()
5814 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl()
5815 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
6540 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local
6544 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd()
6545 if (ph2c == NULL) { in chk_bmc_sleepq_cmd()
6550 init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); in chk_bmc_sleepq_cmd()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2079 struct cmd_obj *ph2c; in set_pairwise_key() local
2084 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key()
2085 if (!ph2c) { in set_pairwise_key()
2092 kfree(ph2c); in set_pairwise_key()
2097 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in set_pairwise_key()
2105 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in set_pairwise_key()