Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c4542 u16 img_optype, bool *crc_match) in be_check_flash_crc() argument
4548 status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset, in be_check_flash_crc()
4726 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype() local
4728 if (img_optype != 0xFFFF) in be_get_img_optype()
4729 return img_optype; in be_get_img_optype()
4733 img_optype = OPTYPE_ISCSI_ACTIVE; in be_get_img_optype()
4736 img_optype = OPTYPE_REDBOOT; in be_get_img_optype()
4739 img_optype = OPTYPE_BIOS; in be_get_img_optype()
4742 img_optype = OPTYPE_PXE_BIOS; in be_get_img_optype()
4745 img_optype = OPTYPE_FCOE_BIOS; in be_get_img_optype()
[all …]
Dbe_cmds.c2537 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() argument
2556 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()
2557 if (img_optype == OPTYPE_OFFSET_SPECIFIED) in be_cmd_get_flash_crc()
Dbe_cmds.h2336 u16 img_optype, u32 img_offset, u32 crc_offset);