Searched refs:img_optype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 2580 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() 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() 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 in be_get_img_optype() 2579 be_cmd_get_flash_crc(struct be_adapter *adapter, u8 *flashed_crc, u16 img_optype, u32 img_offset, u32 crc_offset) be_cmd_get_flash_crc() argument 2663 be_check_flash_crc(struct be_adapter *adapter, const u8 *p, u32 img_offset, u32 img_size, int hdr_size, u16 img_optype, bool *crc_match) be_check_flash_crc() argument 2929 u16 img_optype, flash_optype; be_flash_skyhawk() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 2581 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() 2600 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() 2672 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() local 2874 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 in be_get_img_optype() 2580 be_cmd_get_flash_crc(struct be_adapter *adapter, u8 *flashed_crc, u16 img_optype, u32 img_offset, u32 crc_offset) be_cmd_get_flash_crc() argument 2664 be_check_flash_crc(struct be_adapter *adapter, const u8 *p, u32 img_offset, u32 img_size, int hdr_size, u16 img_optype, bool *crc_match) be_check_flash_crc() argument 2930 u16 img_optype, flash_optype; be_flash_skyhawk() local [all...] |
Completed in 9 milliseconds