Searched refs:FWVersion (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.h187 int FWVersion; /* FW Version (integer) */ member in struct:mpt_ioctl_iocinfo
205 int FWVersion; /* FW Version (integer) */ member in struct:mpt_ioctl_iocinfo_rev1
227 int FWVersion; /* FW Version (integer) */ member in struct:mpt_ioctl_iocinfo_rev0
H A Dmptctl.c1354 karg->FWVersion = ioc->facts.FWVersion.Word;
2485 karg.fw_version[0] = ioc->facts.FWVersion.Struct.Major >= 10 ?
2486 ((ioc->facts.FWVersion.Struct.Major / 10) + '0') : '0';
2487 karg.fw_version[1] = (ioc->facts.FWVersion.Struct.Major % 10 ) + '0';
2489 karg.fw_version[3] = ioc->facts.FWVersion.Struct.Minor >= 10 ?
2490 ((ioc->facts.FWVersion.Struct.Minor / 10) + '0') : '0';
2491 karg.fw_version[4] = (ioc->facts.FWVersion.Struct.Minor % 10 ) + '0';
2493 karg.fw_version[6] = ioc->facts.FWVersion.Struct.Unit >= 10 ?
2494 ((ioc->facts.FWVersion
[all...]
H A Dmptscsih.c1339 mptscsih_copy_info(&info, "%s%08xh, ", MPT_FW_REV_MAGIC_ID_STRING, ioc->facts.FWVersion.Word);
3149 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
3150 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
3151 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
3152 ioc->facts.FWVersion.Word & 0x000000FF);
H A Dmptbase.c3053 facts->FWVersion.Word =
3057 facts->FWVersion.Word = le32_to_cpu(facts->FWVersion.Word);
6600 seq_printf(m, " FWVersion = 0x%08x%s", ioc->facts.FWVersion.Word, expVer);
6682 if ((ioc->facts.FWVersion.Word >> 24) == 0x0E) {
6684 (ioc->facts.FWVersion.Word >> 16) & 0x00FF, /* Month */
6685 (ioc->facts.FWVersion.Word >> 8) & 0x1F); /* Day */
6688 if ((ioc->facts.FWVersion.Word >> 8) & 0x80)
6720 ioc->facts.FWVersion
[all...]
H A Dmptfc.c1006 ioc->facts.FWVersion.Word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_ioc.h42 * New format for FWVersion and ProductId in
258 U16 Reserved_0101_FWVersion; /* 1Ch */ /* obsolete 16-bit FWVersion */
270 MPI_FW_VERSION FWVersion; /* 38h */ member in struct:_MSG_IOC_FACTS_REPLY
1123 MPI_FW_VERSION FWVersion; /* 24h */ member in struct:_MPI_FW_HEADER
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_ioc.h238 MPI2_VERSION_UNION FWVersion; /* 0x20 */ member in struct:_MPI2_IOC_FACTS_REPLY
1140 MPI2_VERSION_UNION FWVersion; /* 0x14 */ member in struct:_MPI2_FW_IMAGE_HEADER
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c1048 karg.firmware_version = ioc->facts.FWVersion.Word;
2339 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
2340 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
2341 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
2342 ioc->facts.FWVersion.Word & 0x000000FF);
H A Dmpt2sas_base.c1730 printk(MPT2SAS_INFO_FMT "%s: FWVersion(%02d.%02d.%02d.%02d), "
1733 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
1734 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
1735 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
1736 ioc->facts.FWVersion.Word & 0x000000FF,
2950 facts->FWVersion.Word = le32_to_cpu(mpi_reply.FWVersion.Word);

Completed in 288 milliseconds