Lines Matching refs:b43_fw_header
2189 struct b43_fw_header *hdr; in b43_do_request_fw()
2260 if (ctx->blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()
2262 hdr = (struct b43_fw_header *)(ctx->blob->data); in b43_do_request_fw()
2267 if (size != ctx->blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()
2607 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()
2814 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()
2815 const struct b43_fw_header *hdr; in b43_upload_initvals()
2820 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()
2829 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()
2830 const struct b43_fw_header *hdr; in b43_upload_initvals_band()
2838 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data); in b43_upload_initvals_band()