Searched refs:Struct (Results 1 – 13 of 13) sorted by relevance
2486 karg.fw_version[0] = ioc->facts.FWVersion.Struct.Major >= 10 ? in mptctl_hp_hostinfo()2487 ((ioc->facts.FWVersion.Struct.Major / 10) + '0') : '0'; in mptctl_hp_hostinfo()2488 karg.fw_version[1] = (ioc->facts.FWVersion.Struct.Major % 10 ) + '0'; in mptctl_hp_hostinfo()2490 karg.fw_version[3] = ioc->facts.FWVersion.Struct.Minor >= 10 ? in mptctl_hp_hostinfo()2491 ((ioc->facts.FWVersion.Struct.Minor / 10) + '0') : '0'; in mptctl_hp_hostinfo()2492 karg.fw_version[4] = (ioc->facts.FWVersion.Struct.Minor % 10 ) + '0'; in mptctl_hp_hostinfo()2494 karg.fw_version[6] = ioc->facts.FWVersion.Struct.Unit >= 10 ? in mptctl_hp_hostinfo()2495 ((ioc->facts.FWVersion.Struct.Unit / 10) + '0') : '0'; in mptctl_hp_hostinfo()2496 karg.fw_version[7] = (ioc->facts.FWVersion.Struct.Unit % 10 ) + '0'; in mptctl_hp_hostinfo()2498 karg.fw_version[9] = ioc->facts.FWVersion.Struct.Dev >= 10 ? in mptctl_hp_hostinfo()[all …]
9 2.0 Struct request members classification
6 Struct TLV type Description
20 Struct device associated with the underlying hardware.
340 MPI_VERSION_STRUCT Struct; member
235 MPI_FW_VERSION_STRUCT Struct; member
349 ConfigPageHeader_t Struct; member
733 MPI2_VERSION_STRUCT Struct; member
202 MPI2_CONFIG_PAGE_HEADER Struct; member224 MPI2_CONFIG_PAGE_HEADER Struct; member
67 Struct Resources:
932 1) Struct scatterlist requirements.
718 MPI2_VERSION_STRUCT Struct; member
751 \subsection{$Struct\ file_operations\ cdrom_fops$}