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,
2015 rc = cfg->ops->afu_reset(ctx); in init_mc()2181 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function2229 rc = afu_reset(cfg); in cxlflash_async_reset_host()2505 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler()2717 afu_reset(cfg); in lun_mode_store()2988 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,
823 cxl_ops->afu_reset(afu); in deactivate_afu_directed()926 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9()959 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8()1047 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated()1588 .afu_reset = native_afu_reset,
509 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
940 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9()986 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8()1087 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
261 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
1093 int (*afu_reset)(struct cxl_afu *afu); member
Completed in 30 milliseconds