Searched refs:suit_hdr (Results 1 – 1 of 1) sorted by relevance
2166 const struct rtw89_fw_logsuit_hdr *suit_hdr; in rtw89_fw_log_create_fmts_dict() local2172 suit_hdr = (const struct rtw89_fw_logsuit_hdr *)suit->data; in rtw89_fw_log_create_fmts_dict()2173 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()2174 log->fmt_ids = suit_hdr->ids; in rtw89_fw_log_create_fmts_dict()2175 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()