Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c130 u32 i, len, section_len, section_offset; in hinic_flash_fw() local
151 section_len = in hinic_flash_fw()
155 section_remain_send_len = section_len; in hinic_flash_fw()
179 (section_remain_send_len == section_len) ? in hinic_flash_fw()
199 fw_update_msg->setion_total_len = section_len; in hinic_flash_fw()
234 section_remain_send_len = section_len - in hinic_flash_fw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A Dtyphoon.c1277 u32 section_len; in typhoon_request_firmware() local
1310 section_len = le32_to_cpu(sHdr->len); in typhoon_request_firmware()
1312 if (remaining < section_len) in typhoon_request_firmware()
1315 image_data += section_len; in typhoon_request_firmware()
1316 remaining -= section_len; in typhoon_request_firmware()
1342 u32 section_len; in typhoon_download_firmware() local
1404 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()
1406 while (section_len) { in typhoon_download_firmware()
1407 len = min_t(u32, section_len, PAGE_SIZE); in typhoon_download_firmware()
1437 section_len -= len; in typhoon_download_firmware()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c54 u32 section_len; in fwhdr_section_parser() local
57 section_len = GET_FIELD(hdr_val, SECTION_INFO_SEC_SIZE); in fwhdr_section_parser()
59 section_len += FWDL_SECTION_CHKSUM_LEN; in fwhdr_section_parser()
60 info->len = section_len; in fwhdr_section_parser()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c54 u32 section_len; in fwhdr_section_parser() local
57 section_len = GET_FIELD(hdr_val, SECTION_INFO_SEC_SIZE); in fwhdr_section_parser()
59 section_len += FWDL_SECTION_CHKSUM_LEN; in fwhdr_section_parser()
60 info->len = section_len; in fwhdr_section_parser()