Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dmain.c2209 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()
[all …]
Db43.h635 struct b43_fw_header { struct