Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/message/fusion/
Dmptctl.c2486 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 …]
/linux-4.4.14/Documentation/block/
Drequest.txt9 2.0 Struct request members classification
/linux-4.4.14/Documentation/networking/
Dgen_stats.txt6 Struct TLV type Description
/linux-4.4.14/drivers/staging/iio/Documentation/
Ddevice.txt20 Struct device associated with the underlying hardware.
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi.h340 MPI_VERSION_STRUCT Struct; member
Dmpi_ioc.h235 MPI_FW_VERSION_STRUCT Struct; member
Dmpi_cnfg.h349 ConfigPageHeader_t Struct; member
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
Dmpi2.h733 MPI2_VERSION_STRUCT Struct; member
Dmpi2_cnfg.h202 MPI2_CONFIG_PAGE_HEADER Struct; member
224 MPI2_CONFIG_PAGE_HEADER Struct; member
/linux-4.4.14/Documentation/
Dprintk-formats.txt67 Struct Resources:
DDMA-API-HOWTO.txt932 1) Struct scatterlist requirements.
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.h718 MPI2_VERSION_STRUCT Struct; member
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex751 \subsection{$Struct\ file_operations\ cdrom_fops$}