Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl871x_cmd.c180 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
215 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
237 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_set_chplan_cmd()
257 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setrfreg_cmd()
278 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_getrfreg_cmd()
501 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setopmode_cmd()
524 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setstakey_cmd()
563 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setMacAddr_cmd()
583 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_addbareq_cmd()
603 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_wdg_wk_cmd()
[all …]
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c539 if (!ph2c) in rtw_sitesurvey_cmd()
544 kfree(ph2c); in rtw_sitesurvey_cmd()
985 if (!ph2c) { in rtw_addbareq_cmd()
1017 if (!ph2c) { in rtw_reset_securitypriv_cmd()
1051 if (!ph2c) { in rtw_free_assoc_resources_cmd()
1085 if (!ph2c) { in rtw_dynamic_chk_wk_cmd()
1374 if (!ph2c) { in rtw_dm_in_lps_wk_cmd()
1436 if (!ph2c) { in rtw_dm_ra_mask_wk_cmd()
1542 if (!ph2c) { in rtw_chk_hi_queue_cmd()
1634 if (!ph2c) { in rtw_c2h_packet_wk_cmd()
[all …]
A Drtw_ap.c1269 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local
1274 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1275 if (!ph2c) { in rtw_ap_set_pairwise_key()
1282 kfree(ph2c); in rtw_ap_set_pairwise_key()
1287 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()
1295 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
A Drtw_mlme_ext.c5097 struct cmd_obj *ph2c; in survey_timer_hdl() local
5114 if (!ph2c) in survey_timer_hdl()
5119 kfree(ph2c); in survey_timer_hdl()
5124 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
5727 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local
5732 if (!ph2c) { in chk_bmc_sleepq_cmd()
5739 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in chk_bmc_sleepq_cmd()
5747 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local
5756 if (!ph2c) { in set_tx_beacon_cmd()
5763 kfree(ph2c); in set_tx_beacon_cmd()
[all …]

Completed in 22 milliseconds