Searched refs:fw_dump_hdr (Results 1 – 2 of 2) sorted by relevance
1362 struct nxp_fw_dump_hdr *fw_dump_hdr; in nxp_process_fw_dump() local1368 fw_dump_hdr = skb_pull_data(skb, sizeof(*fw_dump_hdr)); in nxp_process_fw_dump()1369 if (!fw_dump_hdr) { in nxp_process_fw_dump()1374 seq_num = __le16_to_cpu(fw_dump_hdr->seq_num); in nxp_process_fw_dump()1375 buf_len = __le16_to_cpu(fw_dump_hdr->buf_len); in nxp_process_fw_dump()
591 struct mwifiex_fw_dump_header *fw_dump_hdr = in mwifiex_fw_dump_info_event() local630 if (le16_to_cpu(fw_dump_hdr->type) == FW_DUMP_INFO_ENDED) { in mwifiex_fw_dump_info_event()