Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1270 const struct typhoon_file_header *fHdr; in typhoon_request_firmware()
1290 if (remaining < sizeof(struct typhoon_file_header)) in typhoon_request_firmware()
1293 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1298 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1299 remaining -= sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1330 const struct typhoon_file_header *fHdr; in typhoon_download_firmware()
1347 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1391 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
H A Dtyphoon.h515 struct typhoon_file_header { struct