Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.c1717 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local
1721 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle()
1725 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle()
1726 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle()
1727 c2h_event.cmd_seq = rtl_read_byte(rtlpriv, REG_C2HEVT_MSG_NORMAL + 1); in rtl_8723e_c2h_command_handle()
1730 c2h_event.cmd_id , c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()
1738 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()
1746 for (index = 0; index < c2h_event.cmd_len; index++) in rtl_8723e_c2h_command_handle()
1751 switch (c2h_event.cmd_id) { in rtl_8723e_c2h_command_handle()
1761 c2h_event.cmd_id); in rtl_8723e_c2h_command_handle()
[all …]