Lines Matching refs:b43_fw_header
2209 struct b43_fw_header *hdr; in b43_do_request_fw()
2280 if (ctx->blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()
2282 hdr = (struct b43_fw_header *)(ctx->blob->data); in b43_do_request_fw()
2287 if (size != ctx->blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()
2632 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()
2839 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()
2840 const struct b43_fw_header *hdr; in b43_upload_initvals()
2845 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()
2854 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()
2855 const struct b43_fw_header *hdr; in b43_upload_initvals_band()
2863 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data); in b43_upload_initvals_band()