MEGAMFI_FRAME_SIZE
frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) +
((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ;
instance->mfi_frame_size = MEGAMFI_FRAME_SIZE * frame_count;
memset(init_frame, 0, MEGAMFI_FRAME_SIZE);
memcpy(cmd->frame, ioc->frame.raw, 2 * MEGAMFI_FRAME_SIZE);