Searched refs:afu_reset (Results 1 – 10 of 10) sorted by relevance
32 int (*afu_reset)(void *ctx_cookie); member
165 .afu_reset = cxlflash_afu_reset,
2040 rc = cfg->ops->afu_reset(ctx); in init_mc()2206 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function2254 rc = afu_reset(cfg); in cxlflash_async_reset_host()2530 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler()2742 afu_reset(cfg); in lun_mode_store()3013 rc = afu_reset(cfg); in num_hwqs_store()
1402 .afu_reset = ocxlflash_afu_reset,
784 cxl_ops->afu_reset(afu); in deactivate_afu_directed()846 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state()944 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu()1193 .afu_reset = guest_afu_reset,
826 cxl_ops->afu_reset(afu); in deactivate_afu_directed()929 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9()962 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8()1050 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated()1591 .afu_reset = native_afu_reset,
517 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
943 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9()989 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8()1090 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
265 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
1098 int (*afu_reset)(struct cxl_afu *afu); member