Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1271 const struct typhoon_section_header *sHdr; in typhoon_request_firmware() local
1305 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1307 section_len = le32_to_cpu(sHdr->len); in typhoon_request_firmware()
1331 const struct typhoon_section_header *sHdr; in typhoon_download_firmware() local
1398 sHdr = (struct typhoon_section_header *) image_data; in typhoon_download_firmware()
1400 load_addr = le32_to_cpu(sHdr->startAddr); in typhoon_download_firmware()
1401 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()