Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/3com/
Dtyphoon.c1273 const struct typhoon_file_header *fHdr; in typhoon_request_firmware() local
1296 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1297 if (memcmp(fHdr->tag, "TYPHOON", 8)) in typhoon_request_firmware()
1300 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1333 const struct typhoon_file_header *fHdr; in typhoon_download_firmware() local
1350 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1376 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1377 load_addr = le32_to_cpu(fHdr->startAddr); in typhoon_download_firmware()
1381 hmac = le32_to_cpu(fHdr->hmacDigest[0]); in typhoon_download_firmware()
1383 hmac = le32_to_cpu(fHdr->hmacDigest[1]); in typhoon_download_firmware()
[all …]