Home
last modified time | relevance | path

Searched refs:cmax_wd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/resctrl/
H A Dtest_mpam_devices.c126 fake_ris2.props.cmax_wd = 4; in test_mpam_enable_merge_features()
135 KUNIT_EXPECT_EQ(test, fake_vmsc1.props.cmax_wd, 4); in test_mpam_enable_merge_features()
136 KUNIT_EXPECT_EQ(test, fake_class.props.cmax_wd, 4); in test_mpam_enable_merge_features()
181 fake_ris2.props.cmax_wd = 4; in test_mpam_enable_merge_features()
192 KUNIT_EXPECT_EQ(test, fake_class.props.cmax_wd, 0); in test_mpam_enable_merge_features()
250 fake_ris1.props.cmax_wd = 5; in test_mpam_enable_merge_features()
251 fake_ris2.props.cmax_wd = 3; in test_mpam_enable_merge_features()
262 KUNIT_EXPECT_EQ(test, fake_class.props.cmax_wd, 3); in test_mpam_enable_merge_features()
309 fake_ris2.props.cmax_wd = 4; in test_mpam_enable_merge_features()
320 KUNIT_EXPECT_EQ(test, fake_class.props.cmax_wd, 0); in test_mpam_enable_merge_features()
H A Dmpam_devices.c787 props->cmax_wd = FIELD_GET(MPAMF_CCAP_IDR_CMAX_WD, ccap_features); in mpam_ris_hw_probe()
788 if (props->cmax_wd && in mpam_ris_hw_probe()
792 if (props->cmax_wd && in mpam_ris_hw_probe()
796 if (props->cmax_wd && in mpam_ris_hw_probe()
2202 parent->cmax_wd = child->cmax_wd; in __props_mismatch()
2204 cmax_wd, alias)) { in __props_mismatch()
2206 parent->cmax_wd = min(parent->cmax_wd, child->cmax_wd); in __props_mismatch()
H A Dmpam_internal.h200 u16 cmax_wd; member