Searched refs:c2h_event (Results 1 – 1 of 1) sorted by relevance
1693 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local1697 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle()1701 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle()1702 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle()1706 c2h_event.cmd_id, c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()1714 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()1722 for (index = 0; index < c2h_event.cmd_len; index++) in rtl_8723e_c2h_command_handle()1727 switch (c2h_event.cmd_id) { in rtl_8723e_c2h_command_handle()1737 c2h_event.cmd_id); in rtl_8723e_c2h_command_handle()1740 c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()[all …]