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

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

Completed in 103 milliseconds