Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1638 u8 dst_sec_idx = 0; in __rtw89_fw_download_tweak_hdr_v1() local
1650 if (dst_sec_idx != sec_idx) in __rtw89_fw_download_tweak_hdr_v1()
1651 fw_hdr->sections[dst_sec_idx] = *section; in __rtw89_fw_download_tweak_hdr_v1()
1653 dst_sec_idx++; in __rtw89_fw_download_tweak_hdr_v1()
1656 le32p_replace_bits(&fw_hdr->w6, dst_sec_idx, FW_HDR_V1_W6_SEC_NUM); in __rtw89_fw_download_tweak_hdr_v1()
1658 return (info->section_num - dst_sec_idx) * sizeof(*section); in __rtw89_fw_download_tweak_hdr_v1()