Searched refs:cxl_allocate_afu_irqs (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/cxlflash/
H A Dcxl_hw.c102 return cxl_allocate_afu_irqs(ctx_cookie, num);
/linux-master/include/misc/
H A Dcxl.h53 * must be allocated (cxl_allocate_afu_irqs()), then individually mapped to
97 int cxl_allocate_afu_irqs(struct cxl_context *cxl, int num);
/linux-master/drivers/misc/cxl/
H A Dapi.c183 int cxl_allocate_afu_irqs(struct cxl_context *ctx, int num) function
206 else WARN(1, "BUG: cxl_allocate_afu_irqs must be called prior to starting the context on this platform\n");
211 EXPORT_SYMBOL_GPL(cxl_allocate_afu_irqs); variable

Completed in 206 milliseconds