Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dfeatures.c228 size_t data_to_rd_size; in cxl_get_feature() local
245 data_to_rd_size = min(feat_out_size - data_rcvd_size, in cxl_get_feature()
248 pi.count = cpu_to_le16(data_to_rd_size); in cxl_get_feature()
254 .size_out = data_to_rd_size, in cxl_get_feature()
256 .min_out = data_to_rd_size, in cxl_get_feature()