Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c2388 u8 *c2h_buf_local = (u8 *)NULL; in halmac_parse_c2h_debug_88xx() local
2394 c2h_buf_local = c2h_buf; in halmac_parse_c2h_debug_88xx()
2397 dbg_content_length = (u8)C2H_HDR_GET_LEN((u8 *)c2h_buf_local); in halmac_parse_c2h_debug_88xx()
2402 *(c2h_buf_local + C2H_DBG_HEADER_LENGTH + dbg_content_length - 2) = in halmac_parse_c2h_debug_88xx()
2404 dbg_seq_num = (u8)(*(c2h_buf_local + C2H_DBG_HEADER_LENGTH)); in halmac_parse_c2h_debug_88xx()
2407 (char *)(c2h_buf_local + C2H_DBG_HEADER_LENGTH + 1)); in halmac_parse_c2h_debug_88xx()