Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c1368 u32 section_len; in typhoon_download_firmware() local
1438 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()
1440 while(section_len) { in typhoon_download_firmware()
1441 len = min_t(u32, section_len, PAGE_SIZE); in typhoon_download_firmware()
1472 section_len -= len; in typhoon_download_firmware()