Searched refs:ph2c (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 225 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.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 270 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 …]
|
D | rtw_mlme_ext.c | 4885 struct cmd_obj *ph2c; in survey_timer_hdl() local 4903 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl() 4904 if (ph2c == NULL) in survey_timer_hdl() 4909 kfree(ph2c); in survey_timer_hdl() 4913 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); in survey_timer_hdl() 4914 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl() 5462 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local 5471 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_tx_beacon_cmd() 5472 if (ph2c == NULL) { in set_tx_beacon_cmd() 5480 kfree(ph2c); in set_tx_beacon_cmd() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_cmd.c | 325 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd23a() local 333 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_sitesurvey_cmd23a() 334 if (!ph2c) in rtw_sitesurvey_cmd23a() 339 kfree(ph2c); in rtw_sitesurvey_cmd23a() 348 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in rtw_sitesurvey_cmd23a() 383 res = rtw_enqueue_cmd23a(pcmdpriv, ph2c); in rtw_sitesurvey_cmd23a() 636 struct cmd_obj *ph2c; in rtw_setopmode_cmd23a() local 641 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_setopmode_cmd23a() 642 if (!ph2c) { in rtw_setopmode_cmd23a() 649 kfree(ph2c); in rtw_setopmode_cmd23a() [all …]
|
D | rtw_mlme_ext.c | 5312 struct cmd_obj *ph2c; in survey_timer_hdl() local 5331 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl() 5332 if (!ph2c) in survey_timer_hdl() 5338 kfree(ph2c); in survey_timer_hdl() 5342 init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, in survey_timer_hdl() 5344 rtw_enqueue_cmd23a(pcmdpriv, ph2c); in survey_timer_hdl() 5994 struct cmd_obj *ph2c; in set_tx_beacon_cmd23a() local 6002 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in set_tx_beacon_cmd23a() 6003 if (!ph2c) { in set_tx_beacon_cmd23a() 6010 kfree(ph2c); in set_tx_beacon_cmd23a() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 390 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.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2117 struct cmd_obj *ph2c; in set_pairwise_key() local 2122 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key() 2123 if (ph2c == NULL) { in set_pairwise_key() 2130 kfree(ph2c); in set_pairwise_key() 2135 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in set_pairwise_key() 2143 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in set_pairwise_key()
|