Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c1695 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local
1699 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle()
1703 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle()
1704 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle()
1705 c2h_event.cmd_seq = rtl_read_byte(rtlpriv, REG_C2HEVT_MSG_NORMAL + 1); in rtl_8723e_c2h_command_handle()
1708 c2h_event.cmd_id, c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()
1716 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()
1724 for (index = 0; index < c2h_event.cmd_len; index++) in rtl_8723e_c2h_command_handle()
1729 switch (c2h_event.cmd_id) { in rtl_8723e_c2h_command_handle()
1739 c2h_event.cmd_id); in rtl_8723e_c2h_command_handle()
[all …]