Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/3com/
Dtyphoon.c1275 const struct typhoon_section_header *sHdr; in typhoon_request_firmware() local
1309 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1311 section_len = le32_to_cpu(sHdr->len); in typhoon_request_firmware()
1335 const struct typhoon_section_header *sHdr; in typhoon_download_firmware() local
1402 sHdr = (struct typhoon_section_header *) image_data; in typhoon_download_firmware()
1404 load_addr = le32_to_cpu(sHdr->startAddr); in typhoon_download_firmware()
1405 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()