Home
last modified time | relevance | path

Searched refs:hw_afu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c132 struct device *dev = ctx->hw_afu->dev; in ocxlflash_psa_map()
182 struct ocxl_hw_afu *afu = ctx->hw_afu; in afu_map_irq()
254 struct ocxl_hw_afu *afu = ctx->hw_afu; in afu_unmap_irq()
330 struct ocxl_hw_afu *afu = ctx->hw_afu; in start_context()
402 struct ocxl_hw_afu *afu = ctx->hw_afu; in ocxlflash_stop_context()
443 struct device *dev = ctx->hw_afu->dev; in ocxlflash_afu_reset()
514 ctx->hw_afu = afu; in ocxlflash_dev_context_init()
542 dev = ctx->hw_afu->dev; in ocxlflash_release_context()
592 struct ocxl_hw_afu *afu = ctx->hw_afu; in free_afu_irqs()
617 struct ocxl_hw_afu *afu = ctx->hw_afu; in alloc_afu_irqs()
[all …]
H A Docxl_hw.h51 struct ocxl_hw_afu *hw_afu; /* HW AFU back pointer */ member