Searched refs:sge_bytes (Results 1 – 2 of 2) sorted by relevance
3311 uint32_t sge_bytes; in build_cmd() local3494 sge_bytes = sizeof (struct megasas_sge64)*acmd->cmd_cookiecnt; in build_cmd()3496 cmd->frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in build_cmd()3497 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) + 1; in build_cmd()
5078 uint32_t sge_bytes; in build_cmd() local5324 sge_bytes = sizeof (struct mrsas_sge_ieee)*acmd->cmd_cookiecnt; in build_cmd()5332 sge_bytes = sizeof (struct mrsas_sge64)*acmd->cmd_cookiecnt; in build_cmd()5335 cmd->frame_count = (sge_bytes / MRMFI_FRAME_SIZE) + in build_cmd()5336 ((sge_bytes % MRMFI_FRAME_SIZE) ? 1 : 0) + 1; in build_cmd()