Lines Matching refs:cxl
78 struct cxl *adapter; in cxl_slbia_core()
184 struct cxl *get_cxl_adapter(int num) in get_cxl_adapter()
186 struct cxl *adapter; in get_cxl_adapter()
196 static int cxl_alloc_adapter_nr(struct cxl *adapter) in cxl_alloc_adapter_nr()
213 void cxl_remove_adapter_nr(struct cxl *adapter) in cxl_remove_adapter_nr()
218 struct cxl *cxl_alloc_adapter(void) in cxl_alloc_adapter()
220 struct cxl *adapter; in cxl_alloc_adapter()
222 if (!(adapter = kzalloc(sizeof(struct cxl), GFP_KERNEL))) in cxl_alloc_adapter()
244 struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice) in cxl_alloc_afu()
278 int cxl_adapter_context_get(struct cxl *adapter) in cxl_adapter_context_get()
286 void cxl_adapter_context_put(struct cxl *adapter) in cxl_adapter_context_put()
291 int cxl_adapter_context_lock(struct cxl *adapter) in cxl_adapter_context_lock()
299 void cxl_adapter_context_unlock(struct cxl *adapter) in cxl_adapter_context_unlock()