Lines Matching refs:b43_fw_header
2191 struct b43_fw_header *hdr; in b43_do_request_fw()
2262 if (ctx->blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()
2264 hdr = (struct b43_fw_header *)(ctx->blob->data); in b43_do_request_fw()
2269 if (size != ctx->blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()
2609 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()
2816 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()
2817 const struct b43_fw_header *hdr; in b43_upload_initvals()
2822 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()
2831 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()
2832 const struct b43_fw_header *hdr; in b43_upload_initvals_band()
2840 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data); in b43_upload_initvals_band()