Searched refs:mssc (Results 1 – 2 of 2) sorted by relevance
183 section_info->mssc = in rtw89_fw_hdr_parser_v0()194 section_info->mssc = 0; in rtw89_fw_hdr_parser_v0()201 section_info->mssc, mssc_len, bin - fw); in rtw89_fw_hdr_parser_v0()356 if ((section_info->mssc & FORMATTED_MSSC_MASK) == FORMATTED_MSSC) { in __parse_security_section()362 *mssc_len = section_info->mssc * FWDL_SECURITY_SIGLEN; in __parse_security_section()364 *mssc_len += section_info->mssc * FWDL_SECURITY_CHKSUM_LEN; in __parse_security_section()367 if (sec->mss_idx >= section_info->mssc) in __parse_security_section()432 section_info->mssc = in rtw89_fw_hdr_parser_v1()440 section_info->mssc = 0; in rtw89_fw_hdr_parser_v1()447 section_info->mssc, mssc_len, bin - fw); in rtw89_fw_hdr_parser_v1()
266 u32 mssc; member