Symbol: MPI2_IEEE_SGE_SIMPLE64
usr/src/uts/common/io/mr_sas/fusion.h
172
MPI2_IEEE_SGE_SIMPLE64 Simple64;
usr/src/uts/common/io/mr_sas/fusion.h
177
typedef MPI2_IEEE_SGE_SIMPLE64 MPI2_IEEE_SGE_CHAIN64;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4860
sgemax = ((mpt->m_req_frame_size / sizeof (MPI2_IEEE_SGE_SIMPLE64))
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4904
(j - 1) * sizeof (MPI2_IEEE_SGE_SIMPLE64)) >> 4);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4918
sizeof (MPI2_IEEE_SGE_SIMPLE64));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4920
sizeof (MPI2_IEEE_SGE_SIMPLE64) *
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4921
sizeof (MPI2_IEEE_SGE_SIMPLE64);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4924
sizeof (MPI2_IEEE_SGE_SIMPLE64));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4943
(sgemax * sizeof (MPI2_IEEE_SGE_SIMPLE64)) >> 4);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5008
sizeof (MPI2_IEEE_SGE_SIMPLE64))
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5011
sizeof (MPI2_IEEE_SGE_SIMPLE64));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5015
sizeof (MPI2_IEEE_SGE_SIMPLE64) *
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5016
sizeof (MPI2_IEEE_SGE_SIMPLE64));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5030
sizeof (MPI2_IEEE_SGE_SIMPLE64));
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2.h
1203
MPI2_IEEE_SGE_SIMPLE64 Simple64;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2.h
1216
typedef MPI2_IEEE_SGE_SIMPLE64 MPI2_IEEE_SGE_CHAIN64;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2.h
1259
MPI2_IEEE_SGE_SIMPLE64 IeeeSimple;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2_init.h
275
MPI2_IEEE_SGE_SIMPLE64 SGE;
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
143
((mpt)->m_MPI25 ? sizeof (MPI2_IEEE_SGE_SIMPLE64) : \