Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c2190 u8 dbg_content_length = 0; in halmac_parse_c2h_debug_88xx() local
2197 dbg_content_length = (u8)C2H_HDR_GET_LEN((u8 *)pC2h_buf_local); in halmac_parse_c2h_debug_88xx()
2199 if (dbg_content_length > C2H_DBG_CONTENT_MAX_LENGTH) { in halmac_parse_c2h_debug_88xx()
2202 *(pC2h_buf_local + C2H_DBG_HEADER_LENGTH + dbg_content_length - 2) = '\n'; in halmac_parse_c2h_debug_88xx()