Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1468 u8 dst_sec_idx = 0; in __rtw89_fw_download_tweak_hdr_v1() local
1481 if (dst_sec_idx != sec_idx) in __rtw89_fw_download_tweak_hdr_v1()
1482 fw_hdr->sections[dst_sec_idx] = *section; in __rtw89_fw_download_tweak_hdr_v1()
1484 dst_sec_idx++; in __rtw89_fw_download_tweak_hdr_v1()
1487 le32p_replace_bits(&fw_hdr->w6, dst_sec_idx, FW_HDR_V1_W6_SEC_NUM); in __rtw89_fw_download_tweak_hdr_v1()
1489 return (info->section_num - dst_sec_idx) * sizeof(*section); in __rtw89_fw_download_tweak_hdr_v1()