Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/3com/
Dtyphoon.c1278 u32 section_len; in typhoon_request_firmware() local
1311 section_len = le32_to_cpu(sHdr->len); in typhoon_request_firmware()
1313 if (remaining < section_len) in typhoon_request_firmware()
1316 image_data += section_len; in typhoon_request_firmware()
1317 remaining -= section_len; in typhoon_request_firmware()
1343 u32 section_len; in typhoon_download_firmware() local
1405 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()
1407 while(section_len) { in typhoon_download_firmware()
1408 len = min_t(u32, section_len, PAGE_SIZE); in typhoon_download_firmware()
1439 section_len -= len; in typhoon_download_firmware()