Searched refs:b43_fw_header (Results 1 – 2 of 2) sorted by relevance
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()2610 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()2817 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()2818 const struct b43_fw_header *hdr; in b43_upload_initvals()2823 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()2832 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()2833 const struct b43_fw_header *hdr; in b43_upload_initvals_band()[all …]
635 struct b43_fw_header { struct