Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_tool.h177 MPI2_SGE_SIMPLE_UNION SGL; /* 0x0C */ member
203 MPI2_SGE_SIMPLE_UNION SGL; /* 0x18 */ member
252 MPI2_SGE_SIMPLE_UNION SGL; /* 0x30 */ member
351 MPI2_MPI_SGE_IO_UNION SGL; /* 0x70 */ member
376 MPI25_SGE_IO_UNION SGL; /* 0x70 */ member
H A Dmpi2_sas.h153 …MPI2_SIMPLE_SGE_UNION SGL; /* 0x20 */ /* MPI v2.5: IEEE Simple 64 elements only */ member
223 MPI2_SATA_PT_SGE_UNION SGL; /* 0x30 */ /* MPI v2.5: IEEE 64 elements only */ member
H A Dmpi2_init.h163 MPI2_SGE_IO_UNION SGL; /* 0x60 */ member
318 MPI25_SGE_IO_UNION SGL; /* 0x60 */ member
H A Dmpi2_targ.h275 MPI2_SGE_IO_UNION SGL[1]; /* 0x50 */ member
381 MPI25_SGE_IO_UNION SGL; /* 0x50 */ member
H A Dmpi2_ioc.h1477 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member
1533 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member
1577 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member
1632 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member
H A Dmpi2_history.txt341 * 08-25-15 02.00.34 Added PCIe Device Page 2 SGL format capability.
540 * support NVMe SGL format control.
587 * 10-28-09 02.00.03 Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
/titanic_50/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_50/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.h137 Mpi2SGEIOUnion_t SGL; /* 0x80 */ member
H A Dmr_sas_tbolt.c692 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 16; in alloc_space_for_mpi2()
1297 (Mpi25IeeeSgeChain64_t *)&scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_sgl()
1879 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4); in mrsas_tbolt_build_cmd()
2275 &scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_mfi_cmd()
2284 offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4); in mr_sas_tbolt_build_mfi_cmd()
2287 (U8)offsetof(MPI2_RAID_SCSI_IO_REQUEST, SGL) / 16); in mr_sas_tbolt_build_mfi_cmd()
2294 (Mpi25IeeeSgeChain64_t *)&scsi_raid_io->SGL.IeeeChain; in mr_sas_tbolt_build_mfi_cmd()
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4384 sge = (pMpi2SGESimple64_t)(&frame->SGL); in mptsas_sge_mainframe()
4493 sge = (pMpi2SGESimple64_t)(&frame->SGL); in mptsas_sge_chain()
4733 ieeesge = (pMpi2IeeeSgeSimple64_t)(&frame->SGL); in mptsas_ieee_sge_mainframe()
4831 ieeesge = (pMpi2IeeeSgeSimple64_t)(&frame->SGL); in mptsas_ieee_sge_chain()
8736 (MPI2_SCSI_IO_REQUEST, SGL) / 4); in mptsas_start_cmd()
8758 ddi_put32(acc_hdl, &io_request->SGL.MpiSimple.FlagsLength, in mptsas_start_cmd()
10657 offsetof(MPI2_SCSI_IO_REQUEST, SGL) / 4); in mptsas_start_passthru()
10726 tcsge = (pMpi2FWDownloadTCSGE_t)&req->SGL; in mpi_pre_fw_download()
10732 pt->sgl_offset = offsetof(MPI2_FW_DOWNLOAD_REQUEST, SGL) + in mpi_pre_fw_download()
10765 tcsge = (pMpi2FWDownloadTCSGE_t)&req2->SGL; in mpi_pre_fw_25_download()
[all …]
H A Dmptsas_impl.c1237 tcsge = (pMpi2FWDownloadTCSGE_t)&fwdownload->SGL; in mptsas_uflash2()
1281 sge = (pMpi2IeeeSgeSimple64_t)&fwdownload->SGL; in mptsas_uflash25()