Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dfw.c1078 for (i = 0; i < fw_log->fmt_count; i++) { in rtw89_fw_log_get_fmt_idx()
1095 u32 fmt_count; in rtw89_fw_log_create_fmts_dict() local
1099 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()
1102 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()
1104 fmts_ptr = (const u8 *)&suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()
1107 log->fmts = kcalloc(fmt_count, sizeof(char *), GFP_KERNEL); in rtw89_fw_log_create_fmts_dict()
1111 for (i = 0; i < fmt_count; i++) { in rtw89_fw_log_create_fmts_dict()
1118 log->fmt_count++; in rtw89_fw_log_create_fmts_dict()
H A Dcore.h3618 u32 fmt_count; member