/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_tool.h | 144 MPI2_SGE_SIMPLE_UNION SGL; /*0x0C */ member 168 MPI2_SGE_SIMPLE_UNION SGL; /*0x18 */ member 213 MPI2_SGE_SIMPLE_UNION SGL; /*0x30 */ member 313 MPI2_MPI_SGE_IO_UNION SGL; /*0x70 */ member 336 MPI25_SGE_IO_UNION SGL; /* 0x70 */ member 424 MPI25_SGE_IO_UNION SGL; /*0x14 */ member
|
D | mpi2_sas.h | 119 MPI2_SIMPLE_SGE_UNION SGL;/*0x20 */ member 183 MPI2_SATA_PT_SGE_UNION SGL;/*0x30*//*MPI v2.5: IEEE 64 elements only*/ member
|
D | mpi2_init.h | 129 MPI2_SGE_IO_UNION SGL; /*0x60 */ member 281 MPI25_SGE_IO_UNION SGL; /*0x60 */ member
|
D | mpi2_ioc.h | 1435 MPI2_MPI_SGE_UNION SGL; /*0x14 */ member 1493 MPI25_SGE_IO_UNION SGL; /*0x20 */ member 1533 MPI2_MPI_SGE_UNION SGL; /*0x14 */ member 1586 MPI25_SGE_IO_UNION SGL; /*0x20 */ member
|
/drivers/message/fusion/lsi/ |
D | mpi_fc.h | 70 SGE_TRANS_SIMPLE_UNION SGL; member 168 SGE_SIMPLE_UNION SGL; /* 24h */ member 207 SGE_SIMPLE_UNION SGL; /* 10h */ member 292 SGE_SIMPLE_UNION SGL; /* 10h */ member
|
D | mpi_tool.h | 107 SGE_SIMPLE_UNION SGL; /* 0Ch */ member 128 SGE_SIMPLE_UNION SGL; /* 14h */ member 172 SGE_SIMPLE_UNION SGL; /* 1Ch */ member
|
D | mpi_raid.h | 191 SGE_IO_UNION SGL; /* 30h */ member 235 SGE_IO_UNION SGL; member
|
D | mpi_sas.h | 115 SGE_SIMPLE_UNION SGL; /* 20h */ member 170 SGE_SIMPLE_UNION SGL; /* 30h */ member
|
D | mpi_init.h | 93 SGE_IO_UNION SGL; /* 30h */ member 294 SGE_IO_UNION SGL; /* 68h */ member
|
D | mpi_targ.h | 346 SGE_IO_UNION SGL[1]; /* 20h */ member 412 SGE_IO_UNION SGL[1]; /* 50h */ member
|
D | mpi_ioc.h | 1006 SGE_MPI_UNION SGL; /* 0Ch */ member 1066 SGE_MPI_UNION SGL; /* 0Ch */ member
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 361 psge = &mpi_request->SGL; in _transport_expander_report_manufacture() 1130 psge = &mpi_request->SGL; in _transport_get_expander_phy_error_log() 1425 psge = &mpi_request->SGL; in _transport_expander_phy_control() 1905 psge = &mpi_request->SGL; in _transport_smp_handler()
|
D | mpt3sas_base.c | 428 sgel = (Mpi2SGESimple32_t *) &scsiio_request->SGL; in _clone_sg_entries() 2169 main_chain_element = (pMpi25IeeeSgeChain64_t)&mpi_request->SGL; in base_make_prp_nvme() 2193 ptr_first_sgl = (pMpi25IeeeSgeChain64_t)&mpi_request->SGL; in base_make_prp_nvme() 2421 sg_local = &mpi_request->SGL; in _base_build_sg_scmd() 2426 mpi_request->ChainOffset = (offsetof(Mpi2SCSIIORequest_t, SGL) + in _base_build_sg_scmd() 2569 sg_local = &mpi_request->SGL; in _base_build_sg_scmd_ieee() 2571 offsetof(Mpi25SCSIIORequest_t, SGL))/ioc->sge_size_ieee; in _base_build_sg_scmd_ieee() 2576 (offsetof(Mpi25SCSIIORequest_t, SGL)/ioc->sge_size_ieee); in _base_build_sg_scmd_ieee() 4284 ioc->build_sg(ioc, &mpi_request->SGL, 0, 0, fwpkg_data_dma, in _base_display_fwpkg_version()
|
D | mpt3sas_ctl.c | 895 data = (u8 *)&smp_request->SGL; in _ctl_do_mpt_command() 959 (Mpi2SGESimple64_t *)&mem_move_request->SGL; in _ctl_do_mpt_command()
|
D | mpt3sas_scsih.c | 4754 mpi_request->SGLOffset0 = offsetof(Mpi25SCSIIORequest_t, SGL) / 4; in scsih_qcmd() 4767 ioc->build_zero_len_sge(ioc, &mpi_request->SGL); in scsih_qcmd()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 1783 - offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL))/16; in megasas_init_adapter_fusion() 1795 offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL)/16; in megasas_init_adapter_fusion() 2354 sgl_chain64 = (struct MPI25_IEEE_SGE_CHAIN64 *)&cmd->io_request->SGL; in megasas_make_sgl() 3297 offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4; in megasas_build_io_fusion() 3337 memcpy(&r1_cmd->io_request->SGL, &cmd->io_request->SGL, in megasas_prepare_secondRaid1_IO() 3847 (struct MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL; in build_mpt_mfi_pass_thru() 3853 (struct MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL.IeeeChain; in build_mpt_mfi_pass_thru() 3857 SGL) / 4; in build_mpt_mfi_pass_thru()
|
D | megaraid_sas_fusion.h | 528 union MPI2_SGE_IO_UNION SGL; /* 0x80 */ member
|
/drivers/message/fusion/ |
D | mptscsih.c | 204 psge = (char *) &pReq->SGL; in mptscsih_AddSGE() 1414 ioc->add_sge((char *)&pScsiReq->SGL, in mptscsih_qcmd() 2958 ioc->add_sge((char *) &pScsiReq->SGL, in mptscsih_do_cmd() 2961 ioc->add_sge((char *) &pScsiReq->SGL, in mptscsih_do_cmd()
|
D | mptctl.c | 816 ptsge = (FWDownloadTCSGE_t *) &dlmsg->SGL; in mptctl_do_fw_download() 2484 ioc->add_sge((char *)&IstwiRWRequest->SGL, in mptctl_hp_hostinfo()
|
D | mptsas.c | 2267 (((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4)); in mptsas_smp_handler() 2890 (((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4)); in mptsas_exp_repmanufacture_info()
|
D | mptbase.c | 3616 ptcsge = (FWUploadTCSGE_t *) &prequest->SGL; in mpt_do_upload() 3624 request_size = offsetof(FWUpload_t, SGL) + sizeof(FWUploadTCSGE_t) + in mpt_do_upload()
|