Home
last modified time | relevance | path

Searched refs:img_optype (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2580 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() argument
2599 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()
2600 if (img_optype == OPTYPE_OFFSET_SPECIFIED) in be_cmd_get_flash_crc()
2665 u16 img_optype, bool *crc_match) in be_check_flash_crc() argument
2671 status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset, in be_check_flash_crc()
2871 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype() local
2873 if (img_optype != 0xFFFF) in be_get_img_optype()
2874 return img_optype; in be_get_img_optype()
2878 img_optype = OPTYPE_ISCSI_ACTIVE; in be_get_img_optype()
2881 img_optype = OPTYPE_REDBOOT; in be_get_img_optype()
[all …]