Searched refs:img_optype (Results 1 – 3 of 3) sorted by relevance
4240 u16 img_optype, bool *crc_match) in be_check_flash_crc() argument4246 status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset, in be_check_flash_crc()4424 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype() local4426 if (img_optype != 0xFFFF) in be_get_img_optype()4427 return img_optype; in be_get_img_optype()4431 img_optype = OPTYPE_ISCSI_ACTIVE; in be_get_img_optype()4434 img_optype = OPTYPE_REDBOOT; in be_get_img_optype()4437 img_optype = OPTYPE_BIOS; in be_get_img_optype()4440 img_optype = OPTYPE_PXE_BIOS; in be_get_img_optype()4443 img_optype = OPTYPE_FCOE_BIOS; in be_get_img_optype()[all …]
2489 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() argument2508 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()2509 if (img_optype == OPTYPE_OFFSET_SPECIFIED) in be_cmd_get_flash_crc()
2298 u16 img_optype, u32 img_offset, u32 crc_offset);