Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c538 if (!ph2c) in rtw_sitesurvey_cmd()
543 kfree(ph2c); in rtw_sitesurvey_cmd()
984 if (!ph2c) { in rtw_addbareq_cmd()
1016 if (!ph2c) { in rtw_reset_securitypriv_cmd()
1050 if (!ph2c) { in rtw_free_assoc_resources_cmd()
1084 if (!ph2c) { in rtw_dynamic_chk_wk_cmd()
1372 if (!ph2c) { in rtw_dm_in_lps_wk_cmd()
1434 if (!ph2c) { in rtw_dm_ra_mask_wk_cmd()
1541 if (!ph2c) { in rtw_chk_hi_queue_cmd()
1633 if (!ph2c) { in rtw_c2h_packet_wk_cmd()
[all …]
H A Drtw_ap.c1267 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() local
1272 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1273 if (!ph2c) { in rtw_ap_set_pairwise_key()
1280 kfree(ph2c); in rtw_ap_set_pairwise_key()
1285 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()
1293 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in rtw_ap_set_pairwise_key()
H A Drtw_mlme_ext.c5092 struct cmd_obj *ph2c; in survey_timer_hdl() local
5109 if (!ph2c) in survey_timer_hdl()
5114 kfree(ph2c); in survey_timer_hdl()
5119 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl()
5722 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local
5727 if (!ph2c) { in chk_bmc_sleepq_cmd()
5734 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in chk_bmc_sleepq_cmd()
5742 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local
5751 if (!ph2c) { in set_tx_beacon_cmd()
5758 kfree(ph2c); in set_tx_beacon_cmd()
[all …]