Lines Matching refs:cxl
22 #include <misc/cxl-base.h>
24 #include "cxl.h"
77 struct cxl *adapter;
183 struct cxl *get_cxl_adapter(int num)
185 struct cxl *adapter;
195 static int cxl_alloc_adapter_nr(struct cxl *adapter)
212 void cxl_remove_adapter_nr(struct cxl *adapter)
217 struct cxl *cxl_alloc_adapter(void)
219 struct cxl *adapter;
221 if (!(adapter = kzalloc(sizeof(struct cxl), GFP_KERNEL)))
243 struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice)
277 int cxl_adapter_context_get(struct cxl *adapter)
285 void cxl_adapter_context_put(struct cxl *adapter)
290 int cxl_adapter_context_lock(struct cxl *adapter)
298 void cxl_adapter_context_unlock(struct cxl *adapter)