Searched refs:CTCommand (Results 1 – 3 of 3) sorted by relevance
515 ccfg->CTCommand.command = CT_CID_TO_32BITS_UID; in aac_get_container_info()516 ccfg->CTCommand.param[0] = cid; in aac_get_container_info()522 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()524 *uid = ccfg->CTCommand.param[1]; in aac_get_container_info()540 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()542 *uid = ccfg->CTCommand.param[1]; in aac_get_container_info()1996 ccfg->CTCommand.command = CT_GET_CONFIG_STATUS; in aac_check_config()1997 ccfg->CTCommand.param[CNT_SIZE] = sizeof(struct aac_cf_status_hdr); in aac_check_config()2001 cf_shdr = (struct aac_cf_status_hdr *)ccfg->CTCommand.data; in aac_check_config()2003 ccfg->CTCommand.param[0] == CT_OK) { in aac_check_config()[all …]
668 ccfg->CTCommand.command = CT_PM_DRIVER_SUPPORT; in aac_container_special_command()669 ccfg->CTCommand.param[0] = (ss->how & SSS_START ? in aac_container_special_command()672 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId; in aac_container_special_command()673 ccfg->CTCommand.param[2] = 0; /* 1 - immediate */ in aac_container_special_command()
1359 struct aac_fsa_ctm CTCommand; member