Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1270 const struct typhoon_file_header *fHdr; in typhoon_request_firmware() local
1294 if (memcmp(fHdr->tag, "TYPHOON", 8)) in typhoon_request_firmware()
1297 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1330 const struct typhoon_file_header *fHdr; in typhoon_download_firmware() local
1373 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1374 load_addr = le32_to_cpu(fHdr->startAddr); in typhoon_download_firmware()
1378 hmac = le32_to_cpu(fHdr->hmacDigest[0]); in typhoon_download_firmware()
1380 hmac = le32_to_cpu(fHdr->hmacDigest[1]); in typhoon_download_firmware()
1382 hmac = le32_to_cpu(fHdr->hmacDigest[2]); in typhoon_download_firmware()
1384 hmac = le32_to_cpu(fHdr->hmacDigest[3]); in typhoon_download_firmware()
[all …]