Searched refs:ph2c (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 175 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() 199 r8712_enqueue_cmd(pcmdpriv, ph2c); in r8712_sitesurvey_cmd() 209 struct cmd_obj *ph2c; in r8712_setdatarate_cmd() local 213 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd() 214 if (!ph2c) in r8712_setdatarate_cmd() 218 kfree(ph2c); in r8712_setdatarate_cmd() [all …]
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 241 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local 249 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_sitesurvey_cmd() 250 if (!ph2c) in rtw_sitesurvey_cmd() 255 kfree(ph2c); in rtw_sitesurvey_cmd() 263 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, _SiteSurvey_CMD_); in rtw_sitesurvey_cmd() 295 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd() 539 struct cmd_obj *ph2c; in rtw_setopmode_cmd() local 544 ph2c = kzalloc(sizeof(*ph2c), GFP_KERNEL); in rtw_setopmode_cmd() 546 if (!ph2c || !psetop) { in rtw_setopmode_cmd() 547 kfree(ph2c); in rtw_setopmode_cmd() [all …]
|
D | rtw_mlme_ext.c | 4735 struct cmd_obj *ph2c; in survey_timer_hdl() local 4753 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl() 4754 if (!ph2c) in survey_timer_hdl() 4759 kfree(ph2c); in survey_timer_hdl() 4763 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, _SiteSurvey_CMD_); in survey_timer_hdl() 4764 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl() 5308 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local 5316 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in set_tx_beacon_cmd() 5317 if (!ph2c) { in set_tx_beacon_cmd() 5325 kfree(ph2c); in set_tx_beacon_cmd() [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 569 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local 578 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_sitesurvey_cmd() 579 if (ph2c == NULL) in rtw_sitesurvey_cmd() 584 kfree(ph2c); in rtw_sitesurvey_cmd() 592 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in rtw_sitesurvey_cmd() 627 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd() 641 struct cmd_obj *ph2c; in rtw_setdatarate_cmd() local 646 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_setdatarate_cmd() 647 if (ph2c == NULL) { in rtw_setdatarate_cmd() 654 kfree(ph2c); in rtw_setdatarate_cmd() [all …]
|
D | rtw_ap.c | 1445 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local 1450 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key() 1451 if (!ph2c) { in rtw_ap_set_pairwise_key() 1458 kfree(ph2c); in rtw_ap_set_pairwise_key() 1463 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key() 1471 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
|
D | rtw_mlme_ext.c | 5783 struct cmd_obj *ph2c; in survey_timer_hdl() local 5807 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in survey_timer_hdl() 5808 if (ph2c == NULL) { in survey_timer_hdl() 5814 kfree(ph2c); in survey_timer_hdl() 5818 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl() 5819 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl() 6545 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local 6549 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd() 6550 if (ph2c == NULL) { in chk_bmc_sleepq_cmd() 6555 init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); in chk_bmc_sleepq_cmd() [all …]
|
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2051 struct cmd_obj *ph2c; in set_pairwise_key() local 2056 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key() 2057 if (!ph2c) { in set_pairwise_key() 2064 kfree(ph2c); in set_pairwise_key() 2069 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in set_pairwise_key() 2077 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in set_pairwise_key()
|