Searched refs:trx_header (Results 1 – 3 of 3) sorted by relevance
51 struct trx_header { struct72 #define SIZEOF_TRXHDR_V1 (sizeof(struct trx_header)+(TRX_V1_MAX_OFFSETS-1)*sizeof(uint32)) argument73 #define SIZEOF_TRXHDR_V2 (sizeof(struct trx_header)+(TRX_V2_MAX_OFFSETS-1)*sizeof(uint32))80 #define SIZEOF_TRX(trx) (sizeof(struct trx_header))84 typedef struct trx_header TRXHDR, *PTRXHDR;
115 struct trx_header *trx; in check_ucode_file()119 trx = (struct trx_header *)headers; in check_ucode_file()134 struct trx_header main_trx_hdr, *ucode_trx_hdr; in proc_ucode_download()152 maintrx_hdr_len = sizeof(struct trx_header); in proc_ucode_download()168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header))) in proc_ucode_download()178 if (status < sizeof(struct trx_header)) { in proc_ucode_download()
1723 struct trx_header trx_hdr; in dhd_download()1805 trx_hdr_len = sizeof(struct trx_header); in dhd_download()1871 fsize = (int)(trx_hdr.offsets[0] + sizeof(struct trx_header)); in dhd_download()