Searched refs:param_sz (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.c | 170 int param_sz; member 414 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_remove_all_queuing_msg() 421 _os_kmem_free(d, (void *)evt->param, evt->param_sz); in fsm_remove_all_queuing_msg() 428 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_remove_all_queuing_msg() 1229 (msg->param_sz > 0) && in fsm_user_evt_handler() 1231 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_user_evt_handler() 1519 msg->param_sz = sz; in phl_fsm_gen_msg() 1529 if (msg->param && msg->param_sz) in phl_fsm_gen_msg() 1530 _os_kmem_free(d, msg->param, msg->param_sz); in phl_fsm_gen_msg()
|
| H A D | phl_cmd_fsm.c | 105 if (msg->param && msg->param_sz) in cmd_dequeue_job() 106 _os_kmem_free(d, (u8 *)msg->param, msg->param_sz); in cmd_dequeue_job() 737 msg->param_sz = sizeof(*job); in phl_cmd_complete_job()
|
| H A D | phl_scan_fsm.c | 578 _os_kmem_free(d, msg->param, msg->param_sz); in scan_free_req() 587 _os_kmem_free(d, msg->param, msg->param_sz); in scan_free_msg() 1259 msg->param_sz = sizeof(*param); in rtw_phl_scan_request() 1470 msg->param_sz = len; in rtw_phl_scan_off_ch_tx()
|
| H A D | phl_cmd_job.c | 56 _os_kmem_free(d, (u8 *)msg->param, msg->param_sz); in cmd_discard_msg_job()
|
| H A D | phl_fsm.h | 87 int param_sz; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.c | 170 int param_sz; member 414 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_remove_all_queuing_msg() 421 _os_kmem_free(d, (void *)evt->param, evt->param_sz); in fsm_remove_all_queuing_msg() 428 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_remove_all_queuing_msg() 1229 (msg->param_sz > 0) && in fsm_user_evt_handler() 1231 _os_kmem_free(d, (void *)msg->param, msg->param_sz); in fsm_user_evt_handler() 1519 msg->param_sz = sz; in phl_fsm_gen_msg() 1529 if (msg->param && msg->param_sz) in phl_fsm_gen_msg() 1530 _os_kmem_free(d, msg->param, msg->param_sz); in phl_fsm_gen_msg()
|
| H A D | phl_cmd_fsm.c | 105 if (msg->param && msg->param_sz) in cmd_dequeue_job() 106 _os_kmem_free(d, (u8 *)msg->param, msg->param_sz); in cmd_dequeue_job() 737 msg->param_sz = sizeof(*job); in phl_cmd_complete_job()
|
| H A D | phl_scan_fsm.c | 578 _os_kmem_free(d, msg->param, msg->param_sz); in scan_free_req() 587 _os_kmem_free(d, msg->param, msg->param_sz); in scan_free_msg() 1259 msg->param_sz = sizeof(*param); in rtw_phl_scan_request() 1470 msg->param_sz = len; in rtw_phl_scan_off_ch_tx()
|
| H A D | phl_cmd_job.c | 56 _os_kmem_free(d, (u8 *)msg->param, msg->param_sz); in cmd_discard_msg_job()
|
| H A D | phl_fsm.h | 87 int param_sz; member
|