Searched refs:afu_reset (Results 1 – 10 of 10) sorted by relevance
28 int (*afu_reset)(void *ctx_cookie); member
161 .afu_reset = cxlflash_afu_reset,
2020 rc = cfg->ops->afu_reset(ctx); in init_mc()2186 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function2234 rc = afu_reset(cfg); in cxlflash_async_reset_host()2510 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler()2722 afu_reset(cfg); in lun_mode_store()2993 rc = afu_reset(cfg); in num_hwqs_store()
1383 .afu_reset = ocxlflash_afu_reset,
788 cxl_ops->afu_reset(afu); in deactivate_afu_directed()850 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state()948 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu()1199 .afu_reset = guest_afu_reset,
818 cxl_ops->afu_reset(afu); in deactivate_afu_directed()921 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9()954 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8()1042 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated()1583 .afu_reset = native_afu_reset,
509 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
925 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9()971 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8()1072 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
261 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
1094 int (*afu_reset)(struct cxl_afu *afu); member