Searched refs:ph2c (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_cmd.c | 180 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() 256 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setrfreg_cmd() 277 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_getrfreg_cmd() 482 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setopmode_cmd() 505 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setstakey_cmd() 543 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setMacAddr_cmd() 562 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_addbareq_cmd() 581 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_wdg_wk_cmd() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_cmd.c | 538 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() 1373 if (!ph2c) { in rtw_dm_in_lps_wk_cmd() 1435 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 …]
|
| A D | rtw_ap.c | 1267 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()
|
| A D | rtw_mlme_ext.c | 5094 struct cmd_obj *ph2c; in survey_timer_hdl() local 5111 if (!ph2c) in survey_timer_hdl() 5116 kfree(ph2c); in survey_timer_hdl() 5121 rtw_enqueue_cmd(pcmdpriv, ph2c); in survey_timer_hdl() 5724 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd() local 5729 if (!ph2c) { in chk_bmc_sleepq_cmd() 5736 res = rtw_enqueue_cmd(pcmdpriv, ph2c); in chk_bmc_sleepq_cmd() 5744 struct cmd_obj *ph2c; in set_tx_beacon_cmd() local 5753 if (!ph2c) { in set_tx_beacon_cmd() 5760 kfree(ph2c); in set_tx_beacon_cmd() [all …]
|
Completed in 28 milliseconds