Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1098 char str_buf[RTW89_C2H_FW_LOG_STR_BUF_SIZE]; in rtw89_fw_log_dump_data()
1114 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
1118 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
1122 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, (*fmts)[fmt_idx], in rtw89_fw_log_dump_data()
H A Dfw.h3217 #define RTW89_C2H_FW_LOG_STR_BUF_SIZE 512 macro