Home
last modified time | relevance | path

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

/drivers/net/ethernet/3com/
Dtyphoon.c1274 u32 section_len; in typhoon_request_firmware() local
1307 section_len = le32_to_cpu(sHdr->len); in typhoon_request_firmware()
1309 if (remaining < section_len) in typhoon_request_firmware()
1312 image_data += section_len; in typhoon_request_firmware()
1313 remaining -= section_len; in typhoon_request_firmware()
1339 u32 section_len; in typhoon_download_firmware() local
1401 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()
1403 while(section_len) { in typhoon_download_firmware()
1404 len = min_t(u32, section_len, PAGE_SIZE); in typhoon_download_firmware()
1435 section_len -= len; in typhoon_download_firmware()