Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1979 char str_buf[RTW89_C2H_FW_LOG_STR_BUF_SIZE]; in rtw89_fw_log_dump_data()
1995 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
1999 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
2003 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, (*fmts)[fmt_idx], in rtw89_fw_log_dump_data()
H A Dfw.h3594 #define RTW89_C2H_FW_LOG_STR_BUF_SIZE 512 macro