Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dfw.c1049 const struct rtw89_fw_logsuit_hdr *suit_hdr; in rtw89_fw_log_create_fmts_dict() local
1055 suit_hdr = (const struct rtw89_fw_logsuit_hdr *)suit->data; in rtw89_fw_log_create_fmts_dict()
1056 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()
1057 log->fmt_ids = suit_hdr->ids; in rtw89_fw_log_create_fmts_dict()
1058 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()