Searched refs:SGL (Results 1 - 20 of 20) sorted by relevance

/drivers/message/fusion/lsi/
H A Dmpi_fc.h69 SGE_TRANS_SIMPLE_UNION SGL; member in struct:_MSG_LINK_SERVICE_BUFFER_POST_REQUEST
167 SGE_SIMPLE_UNION SGL; /* 24h */ member in struct:_MSG_LINK_SERVICE_RSP_REQUEST
206 SGE_SIMPLE_UNION SGL; /* 10h */ member in struct:_MSG_EXLINK_SERVICE_SEND_REQUEST
291 SGE_SIMPLE_UNION SGL; /* 10h */ member in struct:_MSG_FC_COMMON_TRANSPORT_SEND_REQUEST
H A Dmpi_raid.h190 SGE_IO_UNION SGL; /* 30h */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
234 SGE_IO_UNION SGL; member in struct:_MSG_MAILBOX_REQUEST
H A Dmpi_tool.h106 SGE_SIMPLE_UNION SGL; /* 0Ch */ member in struct:_MSG_TOOLBOX_MEM_MOVE_REQUEST
127 SGE_SIMPLE_UNION SGL; /* 14h */ member in struct:_MSG_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
171 SGE_SIMPLE_UNION SGL; /* 1Ch */ member in struct:_MSG_TOOLBOX_ISTWI_READ_WRITE_REQUEST
H A Dmpi_sas.h114 SGE_SIMPLE_UNION SGL; /* 20h */ member in struct:_MSG_SMP_PASSTHROUGH_REQUEST
169 SGE_SIMPLE_UNION SGL; /* 30h */ member in struct:_MSG_SATA_PASSTHROUGH_REQUEST
H A Dmpi_init.h92 SGE_IO_UNION SGL; /* 30h */ member in struct:_MSG_SCSI_IO_REQUEST
293 SGE_IO_UNION SGL; /* 68h */ member in struct:_MSG_SCSI_IO32_REQUEST
H A Dmpi_targ.h345 SGE_IO_UNION SGL[1]; /* 20h */ member in struct:_MSG_TARGET_ASSIST_REQUEST
411 SGE_IO_UNION SGL[1]; /* 50h */ member in struct:_MSG_TARGET_ASSIST_EXT_REQUEST
H A Dmpi_ioc.h1005 SGE_MPI_UNION SGL; /* 0Ch */ member in struct:_MSG_FW_DOWNLOAD
1065 SGE_MPI_UNION SGL; /* 0Ch */ member in struct:_MSG_FW_UPLOAD
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_tool.h122 MPI2_SGE_SIMPLE_UNION SGL; /* 0x0C */ member in struct:_MPI2_TOOLBOX_MEM_MOVE_REQUEST
147 MPI2_SGE_SIMPLE_UNION SGL; /* 0x18 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
194 MPI2_SGE_SIMPLE_UNION SGL; /* 0x30 */ member in struct:_MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST
291 MPI2_SGE_SIMPLE_UNION SGL; /* 0x70 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
H A Dmpi2_sas.h21 * 10-28-09 02.00.03 Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
108 MPI2_SIMPLE_SGE_UNION SGL; /* 0x20 */ member in struct:_MPI2_SMP_PASSTHROUGH_REQUEST
167 MPI2_SGE_IO_UNION SGL; /* 0x30 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
H A Dmpi2_init.h108 MPI2_SGE_IO_UNION SGL; /* 0x60 */ member in struct:_MPI2_SCSI_IO_REQUEST
H A Dmpi2_ioc.h1136 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member in struct:_MPI2_FW_DOWNLOAD_REQUEST
1204 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member in struct:_MPI2_FW_UPLOAD_REQUEST
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c919 offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL))/16;
929 offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL)/16;
1058 * megasas_make_sgl_fusion - Prepares 32-bit SGL
1061 * @sgl_ptr: SGL to be filled in
1588 * Construct SGL
1594 &io_request->SGL, cmd);
1613 offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4;
1940 (struct MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL;
1946 (struct MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL.IeeeChain;
1950 SGL) /
[all...]
H A Dmegaraid_sas_fusion.h90 * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames
292 union MPI2_SGE_IO_UNION SGL; /* 0x80 */ member in struct:MPI2_RAID_SCSI_IO_REQUEST
/drivers/scsi/mpt2sas/
H A Dmpt2sas_transport.c377 psge = &mpi_request->SGL;
1163 psge = &mpi_request->SGL;
1487 psge = &mpi_request->SGL;
1916 psge = &mpi_request->SGL;
H A Dmpt2sas_scsih.c1078 sg_local = &mpi_request->SGL;
1083 mpi_request->ChainOffset = (offsetof(Mpi2SCSIIORequest_t, SGL) +
4006 mpi_request->SGLOffset0 = offsetof(Mpi2SCSIIORequest_t, SGL) / 4;
4016 mpt2sas_base_build_zero_len_sge(ioc, &mpi_request->SGL);
H A Dmpt2sas_ctl.c873 data = (u8 *)&smp_request->SGL;
/drivers/message/fusion/
H A Dmptscsih.c204 psge = (char *) &pReq->SGL;
1507 ioc->add_sge((char *)&pScsiReq->SGL,
3063 ioc->add_sge((char *) &pScsiReq->SGL,
3066 ioc->add_sge((char *) &pScsiReq->SGL,
H A Dmptctl.c146 * Scatter gather list (SGL) sizes and limits...
840 ptsge = (FWDownloadTCSGE_t *) &dlmsg->SGL;
867 /* Add the SGL
890 * We should only need SGL with 2 simple_32bit entries (up to 256 kB)
1175 * Routine to free the SGL elements.
1229 dctlprintk(ioc, printk(MYIOC_s_DEBUG_FMT "-SG: Free'd 1 SGL buf + %d kbufs!\n",
2189 /* Add the SGL ( at most one data in SGE and one data out SGE )
2609 ioc->add_sge((char *)&IstwiRWRequest->SGL,
H A Dmptsas.c2277 (((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4));
2899 (((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4));
H A Dmptbase.c1130 * @length: length of next SGL segment
1149 * @length: length of next SGL segment
3606 ptcsge = (FWUploadTCSGE_t *) &prequest->SGL;
3614 request_size = offsetof(FWUpload_t, SGL) + sizeof(FWUploadTCSGE_t) +
8282 desc = "Invalid SGL";

Completed in 343 milliseconds