Lines Matching refs:img_offset
2534 u32 flash_opcode, u32 img_offset, u32 buf_size)
2556 req->params.offset = cpu_to_le32(img_offset);
2581 u16 img_optype, u32 img_offset, u32 crc_offset)
2602 req->params.offset = cpu_to_le32(img_offset + crc_offset);
2669 u32 img_offset, u32 img_size, int hdr_size,
2676 status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset,
2681 crc_offset = hdr_size + img_offset + img_size - 4;
2694 u32 img_offset)
2720 flash_op, img_offset +
2933 u32 img_offset, img_size, img_type;
2947 img_offset = le32_to_cpu(fsec->fsec_entry[i].offset);
2967 status = be_check_flash_crc(adapter, fw->data, img_offset,
3002 p = fw->data + filehdr_size + img_offset + img_hdrs_size;
3007 img_offset);