Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_flash.c734 if (i != ch->img_type) { in verify_fi()
740 switch (ch->img_type) { in verify_fi()
754 switch (ch->img_type) { in verify_fi()
1477 ch->img_type = j; in esas2r_fm_api()
Datioctl.h86 u8 img_type; member
Desas2r_ioctl.c1376 if (ioctl->data.fwrw.img_type == FW_IMG_FM_API) { in esas2r_ioctl_handler()
1391 } else if (ioctl->data.fwrw.img_type == FW_IMG_FS_API) { in esas2r_ioctl_handler()
Desas2r.h411 u8 img_type; member
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c4202 int i = 0, img_type = 0; in is_comp_in_ufi() local
4210 img_type = le32_to_cpu(fsec_g2->fsec_entry[i].type); in is_comp_in_ufi()
4212 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in is_comp_in_ufi()
4214 if (img_type == type) in is_comp_in_ufi()
4376 if (!is_comp_in_ufi(adapter, fsec, pflashcomp[i].img_type)) in be_flash_BEx()
4414 pflashcomp[i].img_type); in be_flash_BEx()
4423 u32 img_type = le32_to_cpu(fsec_entry.type); in be_get_img_optype() local
4429 switch (img_type) { in be_get_img_optype()
4481 u32 img_offset, img_size, img_type; in be_flash_skyhawk() local
4497 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in be_flash_skyhawk()
[all …]
Dbe_cmds.h1263 int img_type; member