Lines Matching refs:cxl
23 #include <misc/cxl-base.h>
25 #include "cxl.h"
78 struct cxl *adapter;
184 struct cxl *get_cxl_adapter(int num)
186 struct cxl *adapter;
196 static int cxl_alloc_adapter_nr(struct cxl *adapter)
213 void cxl_remove_adapter_nr(struct cxl *adapter)
218 struct cxl *cxl_alloc_adapter(void)
220 struct cxl *adapter;
222 if (!(adapter = kzalloc(sizeof(struct cxl), GFP_KERNEL)))
244 struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice)
278 int cxl_adapter_context_get(struct cxl *adapter)
286 void cxl_adapter_context_put(struct cxl *adapter)
291 int cxl_adapter_context_lock(struct cxl *adapter)
299 void cxl_adapter_context_unlock(struct cxl *adapter)