Searched refs:tsc_resp (Results 1 – 1 of 1) sorted by relevance
2319 struct snp_tsc_info_resp *tsc_resp; in snp_get_tsc_info() local2334 tsc_resp = kzalloc(sizeof(*tsc_resp) + AUTHTAG_LEN, GFP_KERNEL); in snp_get_tsc_info()2335 if (!tsc_resp) in snp_get_tsc_info()2351 req.resp_buf = (void *)tsc_resp; in snp_get_tsc_info()2352 req.resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()2360 __func__, tsc_resp->status, tsc_resp->tsc_scale, tsc_resp->tsc_offset, in snp_get_tsc_info()2361 tsc_resp->tsc_factor); in snp_get_tsc_info()2363 if (!tsc_resp->status) { in snp_get_tsc_info()2364 snp_tsc_scale = tsc_resp->tsc_scale; in snp_get_tsc_info()2365 snp_tsc_offset = tsc_resp->tsc_offset; in snp_get_tsc_info()[all …]