Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Dmain.c1499 struct b43legacy_fw_header *hdr; in do_request_fw()
1532 if ((*fw)->size < sizeof(struct b43legacy_fw_header)) in do_request_fw()
1534 hdr = (struct b43legacy_fw_header *)((*fw)->data); in do_request_fw()
1539 if (size != (*fw)->size - sizeof(struct b43legacy_fw_header)) in do_request_fw()
1656 const size_t hdr_len = sizeof(struct b43legacy_fw_header); in b43legacy_upload_microcode()
1843 const size_t hdr_len = sizeof(struct b43legacy_fw_header); in b43legacy_upload_initvals()
1844 const struct b43legacy_fw_header *hdr; in b43legacy_upload_initvals()
1850 hdr = (const struct b43legacy_fw_header *)(fw->initvals->data); in b43legacy_upload_initvals()
1858 hdr = (const struct b43legacy_fw_header *) in b43legacy_upload_initvals()
Db43legacy.h363 struct b43legacy_fw_header { struct