Searched refs:fh_ (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c43 const struct wil_fw_record_file_header *fh_; local
64 fh_ = (struct wil_fw_record_file_header *)&hdr[1];
65 dlen = le32_to_cpu(fh_->data_len);
81 if (le32_to_cpu(fh_->signature) != WIL_FW_SIGNATURE) {
83 le32_to_cpu(fh_->signature));
88 if (le32_to_cpu(fh_->version) > WIL_FW_FMT_VERSION) {
90 le32_to_cpu(fh_->version));
95 fh = *fh_;
100 crc = crc32_le(crc, (unsigned char const *)&fh_[1],
104 if (crc != le32_to_cpu(fh_
[all...]

Completed in 120 milliseconds