Home
last modified time | relevance | path

Searched refs:b43_fw_header (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dmain.c2191 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()
[all …]
Db43.h635 struct b43_fw_header { struct