Searched refs:smcm_type (Results 1 – 4 of 4) sorted by relevance
164 smcm->smcm_type = smrt_check_command_type(type); in smrt_command_alloc_impl()333 if (smcm->smcm_type != SMRT_CMDTYPE_PREINIT) { in smrt_command_free()
140 VERIFY(smcm->smcm_type == SMRT_CMDTYPE_PREINIT); in smrt_preinit_command_simple()
521 VERIFY(smcm->smcm_type != SMRT_CMDTYPE_PREINIT); in smrt_submit()622 switch (smcm->smcm_type) { in smrt_process_finishq_one()
557 smrt_command_type_t smcm_type; member