Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtrxhdr.h51 struct trx_header { struct
72 #define SIZEOF_TRXHDR_V1 (sizeof(struct trx_header)+(TRX_V1_MAX_OFFSETS-1)*sizeof(uint32)) argument
73 #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;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c115 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()
Ddhdu.c1723 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()