Home
last modified time | relevance | path

Searched refs:megasas_sge64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h657 struct megasas_sge64 { struct
664 struct megasas_sge64 sge64[1]; argument
688 struct megasas_sge64 sge64[5];
H A Dmegaraid_sas.c1846 sge_sz = sizeof (struct megasas_sge64); in create_mfi_frame_pool()
3313 struct megasas_sge64 *mfi_sgl; in build_cmd()
3396 mfi_sgl = (struct megasas_sge64 *)&ldio->sgl; in build_cmd()
3468 mfi_sgl = (struct megasas_sge64 *)&pthru->sgl; in build_cmd()
3487 sge_bytes = sizeof (struct megasas_sge64)*acmd->cmd_cookiecnt; in build_cmd()
3785 struct megasas_sge64 *sge64; in issue_mfi_smp()