Lines Matching refs:feat
108 /* max feat entries that can fit in mailbox max payload size */
372 struct cxl_feat_entry *feat;
375 feat = &cxlfs->entries->ent[i];
376 if (uuid_equal(uuid, &feat->uuid))
377 return feat;
543 struct cxl_feat_entry *feat;
549 feat = cxl_feature_info(cxlfs, &rpc_in->set_feat_in.uuid);
550 if (IS_ERR(feat))
554 flags = le32_to_cpu(feat->flags);
558 effects = le16_to_cpu(feat->effects);