Searched refs:img_optype (Results 1 – 1 of 1) sorted by relevance
2581 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() argument2600 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()2601 if (img_optype == OPTYPE_OFFSET_SPECIFIED) in be_cmd_get_flash_crc()2666 u16 img_optype, bool *crc_match) in be_check_flash_crc() argument2672 status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset, in be_check_flash_crc()2872 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype() local2874 if (img_optype != 0xFFFF) in be_get_img_optype()2875 return img_optype; in be_get_img_optype()2879 img_optype = OPTYPE_ISCSI_ACTIVE; in be_get_img_optype()2882 img_optype = OPTYPE_REDBOOT; in be_get_img_optype()[all …]