Home
last modified time | relevance | path

Searched refs:feat_flag (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/cxl/core/
H A Dfeatures.c271 u32 feat_flag, u16 offset, u16 *return_code) in cxl_set_feature() argument
287 feat_flag &= ~CXL_SET_FEAT_FLAG_DATA_TRANSFER_MASK; in cxl_set_feature()
288 feat_flag |= CXL_SET_FEAT_FLAG_DATA_SAVED_ACROSS_RESET; in cxl_set_feature()
298 pi->flags = cpu_to_le32(feat_flag | in cxl_set_feature()
302 pi->flags = cpu_to_le32(feat_flag | in cxl_set_feature()
333 pi->flags = cpu_to_le32(feat_flag | in cxl_set_feature()
336 pi->flags = cpu_to_le32(feat_flag | in cxl_set_feature()
H A Dcore.h133 size_t feat_data_size, u32 feat_flag, u16 offset,