Home
last modified time | relevance | path

Searched refs:mfi_sgl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_ioctl.c242 lmrc_mfi_sgl_t *mfi_sgl, *ioc_sgl; in lmrc_mfi_ioctl() local
294 mfi_sgl = (lmrc_mfi_sgl_t *)&mfi->mfi_frame->mf_raw[sgloff]; in lmrc_mfi_ioctl()
330 &mfi_sgl->ms64_phys_addr); in lmrc_mfi_ioctl()
331 mfi_sgl->ms64_length = lmrc_dma_get_size(&mfi->mfi_data_dma); in lmrc_mfi_ioctl()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3313 struct megasas_sge64 *mfi_sgl; in build_cmd() local
3396 mfi_sgl = (struct megasas_sge64 *)&ldio->sgl; in build_cmd()
3468 mfi_sgl = (struct megasas_sge64 *)&pthru->sgl; in build_cmd()
3482 for (i = 0; i < acmd->cmd_cookiecnt; i++, mfi_sgl++) { in build_cmd()
3483 mfi_sgl->phys_addr = acmd->cmd_dmacookies[i].dmac_laddress; in build_cmd()
3484 mfi_sgl->length = acmd->cmd_dmacookies[i].dmac_size; in build_cmd()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5059 struct mrsas_sge64 *mfi_sgl; in build_cmd() local
5166 mfi_sgl = (struct mrsas_sge64 *)&ldio->sgl; in build_cmd()
5276 mfi_sgl = (struct mrsas_sge64 *)&pthru->sgl; in build_cmd()
5302 for (i = 0; i < acmd->cmd_cookiecnt; i++, mfi_sgl++) { in build_cmd()
5303 ddi_put64(acc_handle, &mfi_sgl->phys_addr, in build_cmd()
5305 ddi_put32(acc_handle, &mfi_sgl->length, in build_cmd()