Symbol: mfi_sgl
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3313
struct megasas_sge64 *mfi_sgl;
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3396
mfi_sgl = (struct megasas_sge64 *)&ldio->sgl;
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3468
mfi_sgl = (struct megasas_sge64 *)&pthru->sgl;
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3482
for (i = 0; i < acmd->cmd_cookiecnt; i++, mfi_sgl++) {
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3483
mfi_sgl->phys_addr = acmd->cmd_dmacookies[i].dmac_laddress;
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3484
mfi_sgl->length = acmd->cmd_dmacookies[i].dmac_size;
usr/src/uts/common/io/mr_sas/mr_sas.c
5040
struct mrsas_sge64 *mfi_sgl;
usr/src/uts/common/io/mr_sas/mr_sas.c
5147
mfi_sgl = (struct mrsas_sge64 *)&ldio->sgl;
usr/src/uts/common/io/mr_sas/mr_sas.c
5257
mfi_sgl = (struct mrsas_sge64 *)&pthru->sgl;
usr/src/uts/common/io/mr_sas/mr_sas.c
5283
for (i = 0; i < acmd->cmd_cookiecnt; i++, mfi_sgl++) {
usr/src/uts/common/io/mr_sas/mr_sas.c
5284
ddi_put64(acc_handle, &mfi_sgl->phys_addr,
usr/src/uts/common/io/mr_sas/mr_sas.c
5286
ddi_put32(acc_handle, &mfi_sgl->length,
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
245
mfi_sgl_t *mfi_sgl, *ioc_sgl;
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
297
mfi_sgl = (mfi_sgl_t *)&mfi->mfi_frame->mf_raw[sgloff];
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
333
&mfi_sgl->ms64_phys_addr);
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_ioctl.c
334
mfi_sgl->ms64_length = lmrc_dma_get_size(&mfi->mfi_data_dma);
usr/src/uts/common/sys/scsi/adapters/mfi/mfi.h
35
typedef union mfi_sgl mfi_sgl_t;