Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1257 uint8_t data_transfer_flag; in cmd_features_set_feature() local
1281 data_transfer_flag = in cmd_features_set_feature()
1283 if (data_transfer_flag == CXL_SET_FEATURE_FLAG_INITIATE_DATA_TRANSFER) { in cmd_features_set_feature()
1287 set_feat_info->data_transfer_flag = data_transfer_flag; in cmd_features_set_feature()
1312 if (data_transfer_flag == CXL_SET_FEATURE_FLAG_FULL_DATA_TRANSFER || in cmd_features_set_feature()
1313 data_transfer_flag == CXL_SET_FEATURE_FLAG_FINISH_DATA_TRANSFER) { in cmd_features_set_feature()
1339 if (data_transfer_flag == CXL_SET_FEATURE_FLAG_FULL_DATA_TRANSFER || in cmd_features_set_feature()
1340 data_transfer_flag == CXL_SET_FEATURE_FLAG_FINISH_DATA_TRANSFER) { in cmd_features_set_feature()
1351 if (data_transfer_flag == CXL_SET_FEATURE_FLAG_FULL_DATA_TRANSFER || in cmd_features_set_feature()
1352 data_transfer_flag == CXL_SET_FEATURE_FLAG_FINISH_DATA_TRANSFER || in cmd_features_set_feature()
[all …]
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h533 uint8_t data_transfer_flag; member