Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1273 u32 numSections; in typhoon_request_firmware() local
1297 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1301 while (numSections--) { in typhoon_request_firmware()
1338 u32 numSections; in typhoon_download_firmware() local
1373 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1397 for (i = 0; i < numSections; i++) { in typhoon_download_firmware()
H A Dtyphoon.h518 __le32 numSections; member