Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_cmd.c225 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd() local
230 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
231 if (ph2c == NULL) in r8712_sitesurvey_cmd()
235 kfree(ph2c); in r8712_sitesurvey_cmd()
238 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in r8712_sitesurvey_cmd()
249 r8712_enqueue_cmd(pcmdpriv, ph2c); in r8712_sitesurvey_cmd()
259 struct cmd_obj *ph2c; in r8712_setdatarate_cmd() local
263 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
264 if (ph2c == NULL) in r8712_setdatarate_cmd()
268 kfree(ph2c); in r8712_setdatarate_cmd()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c270 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd() local
278 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_sitesurvey_cmd()
279 if (ph2c == NULL) in rtw_sitesurvey_cmd()
284 kfree(ph2c); in rtw_sitesurvey_cmd()
292 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in rtw_sitesurvey_cmd()
323 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_sitesurvey_cmd()
569 struct cmd_obj *ph2c; in rtw_setopmode_cmd() local
576 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_setopmode_cmd()
577 if (ph2c == NULL) { in rtw_setopmode_cmd()
584 kfree(ph2c); in rtw_setopmode_cmd()
[all …]
Drtw_mlme_ext.c4841 struct cmd_obj *ph2c; in survey_timer_hdl() local
4859 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl()
4860 if (ph2c == NULL) in survey_timer_hdl()
4865 kfree(ph2c); in survey_timer_hdl()
4869 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl()
4870 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
5419 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local
5428 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_tx_beacon_cmd()
5429 if (ph2c == NULL) { in set_tx_beacon_cmd()
5437 kfree(ph2c); in set_tx_beacon_cmd()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_cmd.c324 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd23a() local
332 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_sitesurvey_cmd23a()
333 if (!ph2c) in rtw_sitesurvey_cmd23a()
338 kfree(ph2c); in rtw_sitesurvey_cmd23a()
347 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in rtw_sitesurvey_cmd23a()
382 res = rtw_enqueue_cmd23a(pcmdpriv, ph2c); in rtw_sitesurvey_cmd23a()
635 struct cmd_obj *ph2c; in rtw_setopmode_cmd23a() local
640 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_setopmode_cmd23a()
641 if (!ph2c) { in rtw_setopmode_cmd23a()
648 kfree(ph2c); in rtw_setopmode_cmd23a()
[all …]
Drtw_mlme_ext.c5322 struct cmd_obj *ph2c; in survey_timer_hdl() local
5341 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl()
5342 if (!ph2c) in survey_timer_hdl()
5348 kfree(ph2c); in survey_timer_hdl()
5352 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in survey_timer_hdl()
5354 rtw_enqueue_cmd23a(pcmdpriv, ph2c); in survey_timer_hdl()
6007 struct cmd_obj *ph2c; in set_tx_beacon_cmd23a() local
6015 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in set_tx_beacon_cmd23a()
6016 if (!ph2c) { in set_tx_beacon_cmd23a()
6023 kfree(ph2c); in set_tx_beacon_cmd23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c390 struct cmd_obj *ph2c; in set_pairwise_key() local
395 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key()
396 if (ph2c == NULL) { in set_pairwise_key()
403 kfree(ph2c); in set_pairwise_key()
408 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in set_pairwise_key()
416 res = rtw_enqueue_cmd23a(pcmdpriv, ph2c); in set_pairwise_key()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2115 struct cmd_obj *ph2c; in set_pairwise_key() local
2120 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key()
2121 if (ph2c == NULL) { in set_pairwise_key()
2128 kfree(ph2c); in set_pairwise_key()
2133 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in set_pairwise_key()
2141 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in set_pairwise_key()