Lines Matching refs:cxl
77 struct cxl *adapter; in cxl_slbia_core()
183 struct cxl *get_cxl_adapter(int num) in get_cxl_adapter()
185 struct cxl *adapter; in get_cxl_adapter()
195 static int cxl_alloc_adapter_nr(struct cxl *adapter) in cxl_alloc_adapter_nr()
212 void cxl_remove_adapter_nr(struct cxl *adapter) in cxl_remove_adapter_nr()
217 struct cxl *cxl_alloc_adapter(void) in cxl_alloc_adapter()
219 struct cxl *adapter; in cxl_alloc_adapter()
221 if (!(adapter = kzalloc(sizeof(struct cxl), GFP_KERNEL))) in cxl_alloc_adapter()
243 struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice) in cxl_alloc_afu()
277 int cxl_adapter_context_get(struct cxl *adapter) in cxl_adapter_context_get()
285 void cxl_adapter_context_put(struct cxl *adapter) in cxl_adapter_context_put()
290 int cxl_adapter_context_lock(struct cxl *adapter) in cxl_adapter_context_lock()
298 void cxl_adapter_context_unlock(struct cxl *adapter) in cxl_adapter_context_unlock()