Home
last modified time | relevance | path

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

/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()
1478 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
/drivers/net/ethernet/emulex/benet/
Dbe_main.c4508 int i = 0, img_type = 0; in is_comp_in_ufi() local
4516 img_type = le32_to_cpu(fsec_g2->fsec_entry[i].type); in is_comp_in_ufi()
4518 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in is_comp_in_ufi()
4520 if (img_type == type) in is_comp_in_ufi()
4682 if (!is_comp_in_ufi(adapter, fsec, pflashcomp[i].img_type)) in be_flash_BEx()
4720 pflashcomp[i].img_type); in be_flash_BEx()
4729 u32 img_type = le32_to_cpu(fsec_entry.type); in be_get_img_optype() local
4735 switch (img_type) { in be_get_img_optype()
4787 u32 img_offset, img_size, img_type; in be_flash_skyhawk() local
4803 img_type = le32_to_cpu(fsec->fsec_entry[i].type); in be_flash_skyhawk()
[all …]
Dbe_cmds.h1284 int img_type; member