Searched refs:dpa_perf (Results 1 – 2 of 2) sorted by relevance
241 struct cxl_dpa_perf *dpa_perf) in update_perf_entry() argument244 dpa_perf->coord[i] = dent->coord[i]; in update_perf_entry()245 dpa_perf->cdat_coord[i] = dent->cdat_coord[i]; in update_perf_entry()247 dpa_perf->dpa_range = dent->dpa_range; in update_perf_entry()248 dpa_perf->qos_class = dent->qos_class; in update_perf_entry()251 &dent->dpa_range, dpa_perf->qos_class, in update_perf_entry()307 static void reset_dpa_perf(struct cxl_dpa_perf *dpa_perf) in reset_dpa_perf() argument309 *dpa_perf = (struct cxl_dpa_perf) { in reset_dpa_perf()315 struct cxl_dpa_perf *dpa_perf) in cxl_qos_match() argument317 if (dpa_perf->qos_class == CXL_QOS_CLASS_INVALID) in cxl_qos_match()[all …]
1416 struct cxl_dpa_perf *dpa_perf) in mock_cxl_endpoint_parse_cdat() 1418 dpa_perf->qos_class = FAKE_QTG_ID; in mock_cxl_endpoint_parse_cdat() 1419 dpa_perf->dpa_range = *range; in mock_cxl_endpoint_parse_cdat() 1421 dpa_perf->coord[i].read_latency = 500; in mock_cxl_endpoint_parse_cdat() 1422 dpa_perf->coord[i].write_latency = 500; in mock_cxl_endpoint_parse_cdat() 1423 dpa_perf->coord[i].read_bandwidth = 1000; in mock_cxl_endpoint_parse_cdat() 1424 dpa_perf->coord[i].write_bandwidth = 1000; in mock_cxl_endpoint_parse_cdat() 1403 dpa_perf_setup(struct cxl_port * endpoint,struct range * range,struct cxl_dpa_perf * dpa_perf) dpa_perf_setup() argument