Lines Matching defs:hdr_offset
679 unsigned hdr_offset;
719 hdr_offset = htobe32(*(const uint32_t *)
721 if ((hdr_offset & 3) || hdr_offset + sizeof(*hdr) > fw_len) {
726 hdr = (const void*)(inflate_buffer + hdr_offset);
886 size_t hdr_offset;
890 hdr_offset = htobe32(*(volatile uint32_t *)
893 if ((hdr_offset & 3) || hdr_offset + sizeof(*hdr) > sc->sram_size) {
896 (int)hdr_offset);
909 hdr_offset, (char *)hdr, bytes);