Searched refs:suit_hdr (Results 1 – 1 of 1) sorted by relevance
2097 const struct rtw89_fw_logsuit_hdr *suit_hdr; in rtw89_fw_log_create_fmts_dict() local2103 suit_hdr = (const struct rtw89_fw_logsuit_hdr *)suit->data; in rtw89_fw_log_create_fmts_dict()2104 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()2105 log->fmt_ids = suit_hdr->ids; in rtw89_fw_log_create_fmts_dict()2106 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()