Lines Matching refs:cxl_memdev_state
91 struct cxl_memdev_state;
92 int devm_cxl_setup_fw_upload(struct device *host, struct cxl_memdev_state *mds);
462 struct cxl_memdev_state { struct
484 int (*mbox_send)(struct cxl_memdev_state *mds, argument
488 static inline struct cxl_memdev_state *
493 return container_of(cxlds, struct cxl_memdev_state, cxlds); in to_cxl_memdev_state()
857 int cxl_internal_send_cmd(struct cxl_memdev_state *mds,
859 int cxl_dev_state_identify(struct cxl_memdev_state *mds);
861 int cxl_enumerate_cmds(struct cxl_memdev_state *mds);
862 int cxl_mem_create_range_info(struct cxl_memdev_state *mds);
863 struct cxl_memdev_state *cxl_memdev_state_create(struct device *dev);
864 void set_exclusive_cxl_commands(struct cxl_memdev_state *mds,
866 void clear_exclusive_cxl_commands(struct cxl_memdev_state *mds,
868 void cxl_mem_get_event_records(struct cxl_memdev_state *mds, u32 status);
869 int cxl_set_timestamp(struct cxl_memdev_state *mds);
870 int cxl_poison_state_init(struct cxl_memdev_state *mds);