Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3310 uint32_t sge_bytes; in build_cmd() local
3487 sge_bytes = sizeof (struct megasas_sge64)*acmd->cmd_cookiecnt; in build_cmd()
3489 cmd->frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in build_cmd()
3490 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) + 1; in build_cmd()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5055 uint32_t sge_bytes; in build_cmd() local
5300 sge_bytes = sizeof (struct mrsas_sge_ieee)*acmd->cmd_cookiecnt; in build_cmd()
5308 sge_bytes = sizeof (struct mrsas_sge64)*acmd->cmd_cookiecnt; in build_cmd()
5311 cmd->frame_count = (sge_bytes / MRMFI_FRAME_SIZE) + in build_cmd()
5312 ((sge_bytes % MRMFI_FRAME_SIZE) ? 1 : 0) + 1; in build_cmd()