Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1930 const struct rtw89_fw_logsuit_hdr *suit_hdr; in rtw89_fw_log_create_fmts_dict() local
1936 suit_hdr = (const struct rtw89_fw_logsuit_hdr *)suit->data; in rtw89_fw_log_create_fmts_dict()
1937 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()
1938 log->fmt_ids = suit_hdr->ids; in rtw89_fw_log_create_fmts_dict()
1939 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()