Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c73 struct rtw89_fw_hdr_section_info *section_info,
145 struct rtw89_fw_hdr_section_info *section_info; in rtw89_fw_hdr_parser_v0() local
185 section_info = info->section_info; in rtw89_fw_hdr_parser_v0()
188 section_info->type = in rtw89_fw_hdr_parser_v0()
190 section_info->len = le32_get_bits(section->w1, FWSECTION_HDR_W1_SEC_SIZE); in rtw89_fw_hdr_parser_v0()
193 section_info->len += FWDL_SECTION_CHKSUM_LEN; in rtw89_fw_hdr_parser_v0()
194 section_info->redl = le32_get_bits(section->w1, FWSECTION_HDR_W1_REDL); in rtw89_fw_hdr_parser_v0()
195 section_info->dladdr = in rtw89_fw_hdr_parser_v0()
197 section_info->addr = bin; in rtw89_fw_hdr_parser_v0()
199 if (section_info->type == FWDL_SECURITY_SECTION_TYPE) { in rtw89_fw_hdr_parser_v0()
[all …]
H A Dfw.h312 struct rtw89_fw_hdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c179 fw_update_msg->section_info.FW_section_CRC = section_crc; in hinic_flash_fw()
184 fw_update_msg->section_info.FW_section_type = in hinic_flash_fw()
193 fw_update_msg->section_info.FW_section_type = in hinic_flash_fw()
H A Dhinic_port.h758 } section_info; member