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,
2038 rc = cfg->ops->afu_reset(ctx); in init_mc()2204 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function2252 rc = afu_reset(cfg); in cxlflash_async_reset_host()2528 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler()2740 afu_reset(cfg); in lun_mode_store()3011 rc = afu_reset(cfg); in num_hwqs_store()
1380 .afu_reset = ocxlflash_afu_reset,
782 cxl_ops->afu_reset(afu); in deactivate_afu_directed()844 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state()942 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu()1189 .afu_reset = guest_afu_reset,
822 cxl_ops->afu_reset(afu); in deactivate_afu_directed()925 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9()958 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8()1046 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated()1587 .afu_reset = native_afu_reset,
508 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
939 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9()985 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8()1086 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
261 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
1091 int (*afu_reset)(struct cxl_afu *afu); member