Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43/
Dmain.c2199 struct b43_fw_header *hdr; in b43_do_request_fw()
2270 if (ctx->blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()
2272 hdr = (struct b43_fw_header *)(ctx->blob->data); in b43_do_request_fw()
2277 if (size != ctx->blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()
2622 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()
2829 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()
2830 const struct b43_fw_header *hdr; in b43_upload_initvals()
2835 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()
2844 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()
2845 const struct b43_fw_header *hdr; in b43_upload_initvals_band()
[all …]
Db43.h634 struct b43_fw_header { struct