Home
last modified time | relevance | path

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

/drivers/net/ethernet/3com/
Dtyphoon.c1276 u32 numSections; in typhoon_request_firmware() local
1300 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1304 while (numSections--) { in typhoon_request_firmware()
1341 u32 numSections; in typhoon_download_firmware() local
1376 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1400 for (i = 0; i < numSections; i++) { in typhoon_download_firmware()
Dtyphoon.h518 __le32 numSections; member