Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_tool.h159 MPI2_SGE_SIMPLE_UNION SGL; /* 0x0C */ member
185 MPI2_SGE_SIMPLE_UNION SGL; /* 0x18 */ member
234 MPI2_SGE_SIMPLE_UNION SGL; /* 0x30 */ member
333 MPI2_MPI_SGE_IO_UNION SGL; /* 0x70 */ member
358 MPI25_SGE_IO_UNION SGL; /* 0x70 */ member
H A Dmpi2_sas.h147 …MPI2_SIMPLE_SGE_UNION SGL; /* 0x20 */ /* MPI v2.5: IEEE Simple 64 elements only */ member
217 MPI2_SATA_PT_SGE_UNION SGL; /* 0x30 */ /* MPI v2.5: IEEE 64 elements only */ member
H A Dmpi2_init.h150 MPI2_SGE_IO_UNION SGL; /* 0x60 */ member
304 MPI25_SGE_IO_UNION SGL; /* 0x60 */ member
H A Dmpi2_targ.h265 MPI2_SGE_IO_UNION SGL[1]; /* 0x50 */ member
371 MPI25_SGE_IO_UNION SGL; /* 0x50 */ member
H A Dmpi2_ioc.h1238 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member
1287 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member
1331 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member
1378 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member
H A Dmpi2_history.txt467 * 10-28-09 02.00.03 Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
/titanic_41/usr/src/uts/common/sys/mpt/
H A Dmpi_raid.h114 sge_io_union_t SGL; member
H A Dmpi_init.h37 sge_io_union_t SGL; member
H A Dmpi_ioc.h604 sge_mpi_union_t SGL; member
649 sge_mpi_union_t SGL; member
/titanic_41/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.h137 Mpi2SGEIOUnion_t SGL; /* 0x80 */ member
H A Dmr_sas_tbolt.c691 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 16; in alloc_space_for_mpi2()
1295 (Mpi25IeeeSgeChain64_t *)&scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_sgl()
1868 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4); in mrsas_tbolt_build_cmd()
2263 &scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_mfi_cmd()
2272 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4); in mr_sas_tbolt_build_mfi_cmd()
2275 (U8)offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 16); in mr_sas_tbolt_build_mfi_cmd()
2282 (Mpi25IeeeSgeChain64_t *)&scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_mfi_cmd()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4334 sge = (pMpi2SGESimple64_t)(&frame->SGL); in mptsas_sge_mainframe()
4443 sge = (pMpi2SGESimple64_t)(&frame->SGL); in mptsas_sge_chain()
4683 ieeesge = (pMpi2IeeeSgeSimple64_t)(&frame->SGL); in mptsas_ieee_sge_mainframe()
4781 ieeesge = (pMpi2IeeeSgeSimple64_t)(&frame->SGL); in mptsas_ieee_sge_chain()
8517 (MPI2_SCSI_IO_REQUEST, SGL) / 4); in mptsas_start_cmd()
8539 ddi_put32(acc_hdl, &io_request->SGL.MpiSimple.FlagsLength, in mptsas_start_cmd()
10438 offsetof(MPI2_SCSI_IO_REQUEST, SGL) / 4); in mptsas_start_passthru()
10507 tcsge = (pMpi2FWDownloadTCSGE_t)&req->SGL; in mpi_pre_fw_download()
10513 pt->sgl_offset = offsetof(MPI2_FW_DOWNLOAD_REQUEST, SGL) + in mpi_pre_fw_download()
10544 tcsge = (pMpi2FWDownloadTCSGE_t)&req2->SGL; in mpi_pre_fw_25_download()
[all …]
H A Dmptsas_impl.c1234 tcsge = (pMpi2FWDownloadTCSGE_t)&fwdownload->SGL; in mptsas_uflash2()
1278 sge = (pMpi2IeeeSgeSimple64_t)&fwdownload->SGL; in mptsas_uflash25()