Searched refs:CTCommand (Results 1 – 4 of 4) sorted by relevance
129 aac_fsa_ctm_toh(&ptr->CTCommand); in aac_cnt_config_toh()232 aac_fsa_ctm_tole(&ptr->CTCommand); in aac_cnt_config_tole()
492 ccfg->CTCommand.command = CT_CID_TO_32BITS_UID; in aac_get_container_info()493 ccfg->CTCommand.param[0] = cid; in aac_get_container_info()501 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()503 *uid = ccfg->CTCommand.param[1]; in aac_get_container_info()520 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()522 *uid = ccfg->CTCommand.param[1]; in aac_get_container_info()2019 ccfg->CTCommand.command = CT_GET_CONFIG_STATUS; in aac_check_config()2020 ccfg->CTCommand.param[CNT_SIZE] = sizeof(struct aac_cf_status_hdr); in aac_check_config()2027 cf_shdr = (struct aac_cf_status_hdr *)ccfg->CTCommand.data; in aac_check_config()2029 ccfg->CTCommand.param[0] == CT_OK) { in aac_check_config()[all …]
656 ccfg->CTCommand.command = CT_PM_DRIVER_SUPPORT; in aac_container_special_command()657 ccfg->CTCommand.param[0] = (ss->how & SSS_START ? in aac_container_special_command()660 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId; in aac_container_special_command()661 ccfg->CTCommand.param[2] = 0; /* 1 - immediate */ in aac_container_special_command()
1358 struct aac_fsa_ctm CTCommand; member