| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_tool.h | 175 MPI2_SGE_SIMPLE_UNION SGL; /* 0x0C */ member 200 MPI2_SGE_SIMPLE_UNION SGL; /* 0x18 */ member 245 MPI2_SGE_SIMPLE_UNION SGL; /* 0x30 */ member 346 MPI2_MPI_SGE_IO_UNION SGL; /* 0x70 */ member 370 MPI25_SGE_IO_UNION SGL; /* 0x70 */ member 458 MPI2_SGE_SIMPLE_UNION SGL; /* 0x14 */ member
|
| H A D | mpi2_sas.h | 149 …MPI2_SIMPLE_SGE_UNION SGL; /* 0x20 */ /* MPI v2.5: IEEE Simple 64 elements only */ member 216 MPI2_SATA_PT_SGE_UNION SGL; /* 0x30 */ /* MPI v2.5: IEEE 64 elements only */ member
|
| H A D | mpi2_init.h | 161 MPI2_SGE_IO_UNION SGL; /* 0x60 */ member 315 MPI25_SGE_IO_UNION SGL; /* 0x60 */ member
|
| H A D | mpi2_targ.h | 269 MPI2_SGE_IO_UNION SGL[1]; /* 0x50 */ member 374 MPI25_SGE_IO_UNION SGL; /* 0x50 */ member
|
| H A D | mpi2_ioc.h | 1479 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member 1538 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member 1580 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member 1634 MPI25_SGE_IO_UNION SGL; /* 0x20 */ member
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_fc.h | 97 SGE_TRANS_SIMPLE_UNION SGL; member 194 SGE_SIMPLE_UNION SGL; /* 24h */ member 231 SGE_SIMPLE_UNION SGL; /* 10h */ member 314 SGE_SIMPLE_UNION SGL; /* 10h */ member
|
| H A D | mpi_tool.h | 132 SGE_SIMPLE_UNION SGL; /* 0Ch */ member 152 SGE_SIMPLE_UNION SGL; /* 14h */ member 195 SGE_SIMPLE_UNION SGL; /* 1Ch */ member
|
| H A D | mpi_raid.h | 211 SGE_IO_UNION SGL; /* 30h */ member 253 SGE_IO_UNION SGL; member
|
| H A D | mpi_sas.h | 138 SGE_SIMPLE_UNION SGL; /* 20h */ member 191 SGE_SIMPLE_UNION SGL; /* 30h */ member
|
| H A D | mpi_init.h | 119 SGE_IO_UNION SGL; /* 30h */ member 315 SGE_IO_UNION SGL; /* 68h */ member
|
| H A D | mpi_targ.h | 362 SGE_IO_UNION SGL[1]; /* 20h */ member 427 SGE_IO_UNION SGL[1]; /* 50h */ member
|
| H A D | mpi_ioc.h | 1021 SGE_MPI_UNION SGL; /* 0Ch */ member 1079 SGE_MPI_UNION SGL; /* 0Ch */ member
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_tool.h | 150 MPI2_SGE_SIMPLE_UNION SGL; /* 0x0C */ member 175 MPI2_SGE_SIMPLE_UNION SGL; /* 0x18 */ member 222 MPI2_SGE_SIMPLE_UNION SGL; /* 0x30 */ member 314 MPI2_SGE_SIMPLE_UNION SGL; /* 0x70 */ member
|
| H A D | mpi2_sas.h | 138 MPI2_SIMPLE_SGE_UNION SGL; /* 0x20 */ member 195 MPI2_SGE_IO_UNION SGL; /* 0x30 */ member
|
| H A D | mpi2_init.h | 140 MPI2_SGE_IO_UNION SGL; /* 0x60 */ member
|
| H A D | mpi2_targ.h | 254 MPI2_SGE_IO_UNION SGL[1]; /* 0x50 */ member
|
| H A D | mpi2_ioc.h | 1030 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member 1097 MPI2_MPI_SGE_UNION SGL; /* 0x14 */ member
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_tool.h | 102 MPI3_SGE_UNION SGL; /* 0x30 */ member 167 MPI3_SGE_UNION SGL; /* 0x20 */ member 212 MPI3_SGE_UNION SGL; /* 0x20 */ member 448 MPI3_SGE_UNION SGL; /* 0x20 */ member
|
| H A D | mpi30_ioc.h | 129 MPI3_SGE_UNION SGL; /* 0x10 */ member 1250 MPI3_SGE_UNION SGL; /* 0x20 */ member 1292 MPI3_SGE_UNION SGL; /* 0x20 */ member 1315 MPI3_SGE_UNION SGL; /* 0x20 */ member 1382 MPI3_SGE_UNION SGL; /* 0x20 */ member 1455 MPI3_SGE_UNION SGL; /* 0x20 */ member 1525 MPI3_SGE_UNION SGL; /* 0x20 */ member
|
| H A D | mpi30_targ.h | 202 MPI3_SGE_UNION SGL[5]; /* 0x30 */ member 248 MPI3_SGE_UNION SGL; /* 0x40 */ member
|
| H A D | mpi30_init.h | 85 MPI3_SGE_UNION SGL[4]; /* 0x40 */ member
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_debug.c | 578 mpt_dump_sgl(&orig_msg->SGL, in mpt_print_scsi_io_request() 579 ((char *)&orig_msg->SGL)-(char *)orig_msg); in mpt_print_scsi_io_request() 605 mpt_dump_sgl(msg->SGL, 0); in mpt_print_scsi_target_assist_request()
|
| /freebsd/sys/dev/mfi/ |
| H A D | mfi_tbolt.c | 236 = offsetof(struct mfi_mpi2_request_raid_scsi_io, SGL)/16; in mfi_tbolt_init_globals() 812 mpi25_ieee_chain = (MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL.IeeeChain; in mfi_build_mpt_pass_thru() 816 SGL) / 4; in mfi_build_mpt_pass_thru() 909 (pMpi25IeeeSgeChain64_t) &io_request->SGL, cmd); in mfi_tbolt_build_io() 924 struct mfi_mpi2_request_raid_scsi_io, SGL)/4; in mfi_tbolt_build_io()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_user.c | 491 mpr_init_sge(cm, req, &req->SGL); in mpi_pre_fw_download() 506 return (mpr_push_ieee_sge(cm, &req->SGL, 0)); in mpi_pre_fw_download() 523 mpr_init_sge(cm, req, &req->SGL); in mpi_pre_fw_upload() 534 return (mpr_push_ieee_sge(cm, &req->SGL, 0)); in mpi_pre_fw_upload() 551 mpr_init_sge(cm, req, &req->SGL); in mpi_pre_sata_passthrough() 569 mpr_init_sge(cm, req, &req->SGL); in mpi_pre_smp_passthrough()
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 578 cmd->io_request->SGLOffset0 = offsetof(MRSAS_RAID_SCSI_IO_REQUEST, SGL) / 4; in mrsas_startio() 748 memcpy(&r1_cmd->io_request->SGL, &cmd->io_request->SGL, in mrsas_prepare_secondRaid1_IO() 1447 sgl_ptr = (pMpi25IeeeSgeChain64_t)&io_request->SGL; in mrsas_build_ieee_sgl() 1513 sgl_ptr = (pMpi25IeeeSgeChain64_t) &cmd->io_request->SGL; in mrsas_build_prp_nvme()
|