Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1294 u32 numSections; in typhoon_request_firmware()
1318 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1322 while (numSections--) { in typhoon_request_firmware()
1359 u32 numSections; in typhoon_download_firmware()
1394 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1418 for (i = 0; i < numSections; i++) { in typhoon_download_firmware()
1273 u32 numSections; typhoon_request_firmware() local
1338 u32 numSections; typhoon_download_firmware() local
H A Dtyphoon.h518 __le32 numSections; member