Searched refs:b43_fw_header (Results 1 – 2 of 2) sorted by relevance
2022 struct b43_fw_header *hdr; in b43_do_request_fw()2073 if (blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()2075 hdr = (struct b43_fw_header *)(blob->data); in b43_do_request_fw()2080 if (size != blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()2317 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()2529 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()2530 const struct b43_fw_header *hdr; in b43_upload_initvals()2536 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()2544 hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data); in b43_upload_initvals()
538 struct b43_fw_header { struct