Home
last modified time | relevance | path

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

/linux/include/uapi/cxl/
H A Dfeatures.h176 #define CXL_SET_FEAT_FLAG_DATA_TRANSFER_MASK GENMASK(2, 0) macro
/linux/drivers/cxl/core/
H A Dfeatures.c297 feat_flag &= ~CXL_SET_FEAT_FLAG_DATA_TRANSFER_MASK; in cxl_set_feature()
/linux/tools/testing/cxl/test/
H A Dmem.c1460 action = FIELD_GET(CXL_SET_FEAT_FLAG_DATA_TRANSFER_MASK, in mock_set_test_feature()